Setting up Read WP – issues with header logo, font colour, justifying content

  • Posted in : Read WP
  • himabatavia
    Participant

    Hi there,

    I am setting up my blog, and I’ve run into a few issues. Any help is much appreciated.

    1/ What are the parameters for creating a logo image (pixels, .png?, width?). I created a 200px x 740px header that was a .png, and changed the custom css to no limit on the size, but when I upload it, it doesn’t show up. What am I doing wrong?

    2/ How do I change the colour of the font for the titles of my blog post. I used the colour options in customize, but everything still shows up as black

    3/ I used the custom CSS to reduce the side bar size. I’d like for my main content all to be justified left and title and content aligned. How do I do this?

    My blog is isayhealth.com

    Thanks!

    Mehmet S.
    Keymaster

    Hi,

    1) Upload your image logo from Theme Options > General > Image Logo.

    2) Use this in your theme options > custom css box:

    – for blog page:

    .blog .entry-title h1 a {
    color: #F01212;
    }
    

    -for post page:

    .single-post .entry-header h1 {
    color: #2BF54C;
    }
    

    3) Please create a new topic for this.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register