Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #118888
    jonas80
    Participant

    Hi I would like to remove the logo & site title from static pages, but keep it everywhere else… Thanks so much!

    #118891
    tikaram
    Keymaster

    @jonas80 : Please post in your site URL

    Regards,
    Tikaram

    #118898
    jonas80
    Participant

    Hi Tikaram,

    URL is holychildhood.co.za

    I’d also like to change the primary menu fonts (Google font Cairo). And change the primary menu background to white.

    Can you help with all this?

    Thanks so much!
    jonas80

    #118913
    tikaram
    Keymaster

    @jonas80 : Can you please send me the link of the static pages where you want to remove the logo and site title.

    Regards,
    Tikaram

    #118915
    jonas80
    Participant

    @Tikaram: For example http://holychildhood.co.za/who-we-are/

    Regards,
    jonas80

    #118921
    tikaram
    Keymaster

    To change Primary background color to white
    Go to Appearance => Customize => Additional Css and add the following css

    .nav-primary{
        background-color: #fff;
    }

    You will need to Upgrade to Pro to change the primary menu fonts to Google fonts.
    To remove logo and site title from the page add the following css

    .page-id-82 #site-branding{
    		display: none;
    	}

    Regards,
    Tikaram

    #118922
    jonas80
    Participant

    Thanks so much for your help it is highly appreciated!

    One last thing: Now that the primary background color is white parts of the menu (especially on pages) are invisible because the letters are white as well. How can I change the menu font color to black everywhere?

    Regards,
    jonas80

    #118924
    tikaram
    Keymaster

    @jonas80 : Please add the following additional css to change the menu color to black.

    .clean-journal-nav-menu a {
        color: #000;
    }

    Regards,
    Tikaram

    #118925
    jonas80
    Participant

    Perfect! Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to remove logo&site title from pages’ is closed to new replies.