Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998500
    esugrue
    Participant

    Hi
    I have just purchased X this morning, based on the demo and the 100000+ sales, it seems very comprehensive.

    I am wondering about customising and editing items like Logo, Fonts, Colours etc – is this ALL done through the Appearance > Customize tab – which seems to be the regular WordPress Customizer that has been added to?

    Since I hate the WordPress Customizer panel this is a bit of a disappointment.

    So if I want a different colour say for each H*, or create my own font sizes for each H* etc I can’t do this in the customizer and will need to go to CSS.

    eg: Say I want H1 to be 30px, White and Lato Font and H2 as 30px Red Oswald Font (for some reason) etc. I need to use CSS etc?

    I just want to check I am looking at it correctly?

    Ernie

    #998821
    Paul R
    Moderator

    Hi Ernie,

    Thanks for writing in!

    Yes, you need to add css in Appearance > Customize > Custom > Edit Global CSS

    eg.

    
    h1 {
         color:#fff;
         font-size:30px;
         font-family: Lato;
    }
    
    h2 {
         color:red;
         font-size:30px;
         font-family: Oswald;
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-998500 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>