Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #881469
    ArchStanton1
    Participant

    Dear Support,

    I have changed the colour of the links on my website (to blue) but I would like to use white coulour in the navbar, please check the picture: http://imgur.com/9Hi0Ysq

    My second question is that How Can I change the custom headline’s font type and padding in cornerstone? I am not familier with classes and Style.

    Thank you in advance for your help.

    Zoltan

    #881838
    Paul R
    Moderator

    Hi Zoltan,

    Thanks for writing in!

    1. To make it white, you can add this under Custom > CSS in the Customizer.

    
    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: inset 0 4px 0 0 #fff;
    }
    

    2. To change font and padding, you can add this in the style field of your custom headline element.

    font-family: 'Raleway', sans-serif; padding-top:0;padding-bottom:0;

    http://screencast.com/t/4mgTzcl7

    Hope that helps

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