Post title and Menu are overlaping and Menu color is wrong

Hi.

Please Need help with these 2 questions:


2) How can I change menu background color in the blog post pages? In home page it is green like it should, but in post pages is gray.

Thanks in advance!


Comments

  • Hello,
    1) That's because your header type is 'transparent' which does not have any height value applied, so content will be always overlap the header.
    You would have to change your header type to other, like classic - Theme Options > Header & Subheader > Header

    2) You would have to use "layouts" functionality - there you can upload other logo and select other header type and change pre-built skin colors for certain pages.
    You can find it on the wordpress dashboard.
    http://prntscr.com/quew4c
    http://prntscr.com/quewft
    Also, to attach it on posts only - you have to set the layout for the main blog page because posts page inherits options from the parent.

    Thanks
  • Hi Pablo, Thanks fot the advice. It worked very well!

    Please help me with the blog title now:

    1) I want the Post title to be centered, just on top on the picture.

    2) How can I eliminate the gray area? 


    Thanks in advance.


  • 1) Please paste that CSS code into the Theme Options > Custom CSS & JS > CSS
    body.single-post .entry-title{
    text-align:center !important;
    }
    2) The grey area is just a subheader, please hide it in the Theme Options > Header & Subheader > Subheader
    Thanks
  • Great Thanks a lot!
Sign In or Register to comment.