Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #55959
    rockmusicraider
    Participant

    On the post page the header displays in #202020 and cannot be changed. Home page displays correctly. How can I get the header to change? Special code somewhere? If so what code?

    The layout is today on 2 column, right sidebar. I would like to adjust column width – main body larger, sidebar smaller. How to do that?

    Tks much in advance

    #56005
    Sakin
    Keymaster

    @Dan: You can change the color of post header from “Appearance => Theme Options => Color Options => Content Color Options” and change “Title Color”.

    To change the width, you can adjust the width as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 783px) {
        .two-columns #primary { width: 64%; }
        .two-columns #secondary { width: 34%; }
    }
    #56066
    rockmusicraider
    Participant

    @Sakin: Thanks a bunch for the column width, worked like a charm. Now looking much better.

    I checked the color settings for content. The content color for title is correctly indicated @ #ffc000, yet it displays #202020. Cannot get it to change, something is forcing the post page to apply the wrong color. Any idea what that is or reversely can I force it somehow? Please advise.

    #56068
    Sakin
    Keymaster

    @Dan: For color, please post in your site URL so that I can check in what’s missing.

    #56106
    rockmusicraider
    Participant

    @Sakin: Site http://www.rockmusicraider.com

    If you click on one of the post headers in yellow it will take you to the content page. Example: http://www.rockmusicraider.com/2015/04/18/lacuna-coil-dark-adrenaline-2012-evanescence-on-steroids/
    The title is still there, but not on color #ffc000 as instructed.

    Please advise

    #56195
    Sakin
    Keymaster

    @Dan: I check in your post http://www.rockmusicraider.com/2015/04/18/lacuna-coil-dark-adrenaline-2012-evanescence-on-steroids/ and the post title color is #ffc000. Did you refresh your browser and check in. Sometime, it might be cache issue.

    #56505
    rockmusicraider
    Participant

    @Sakin: Tks for checking.

    For me still unchanged. The title in http://www.rockmusicraider.com/2015/04/18/lacuna-coil-dark-adrenaline-2012-evanescence-on-steroids/ still shows color #202020, not the yellow it should. This error only occurs in the content page, not the front page. Front page is ok.

    Could you look into it further? Tks much in advance.

    #56697
    rockmusicraider
    Participant

    @Sakin: OK, found it.

    Here is the solution:
    .single-post .entry-header .entry-title,
    #content .image-tall .entry-title,
    #content .image-square .entry-title {
    padding-bottom: 0;
    }
    .entry-title,
    .entry-title a {
    color: #ffc000;
    text-decoration: none;
    }

    It was the style sheet entry that blocked. No idea why.

    Cheers

    #56954
    Sakin
    Keymaster

    @Dan: It’s nice that you found out.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Stubborn Post Header and Column width’ is closed to new replies.