Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910933
    weBranding
    Participant

    Greetings. I feel a little stupid asking this question, but alas I can’t find how to do this in the forum nor looking through the various options in the Customizer. I can see how to change the colors of the fonts, buttons, rollovers, you name it, but not, for lack of a better phrase, the overall color scheme of the “bars.” Be that the slider under the top navigation or the background when I use a CTA “Block (Here for example in the pricing table “Standard: Most Popular” or the “Start your project” under the FAQ.).

    Took some effort, but on the homepage slider I have the color as I would like it. I then did the same on a “blank” page and saved it as a custom template. But I swear to you it has reverted back to the more “blue/green” color and not the more “blue” I want from last night.

    I know I am going to kick myself when you tell me how I can change this is in the Customizer or link me a previous solution in the Forum (I swear I looked), but I can’t seem to figure it out.

    BTW: All I use is Premium themes and I have to say you guys/gals have hit it out of the market. Most of them use Visual Composer, which I see the theme still supports and I was going to use instead of Cornerstone. But I like to learn new “stuff” and it took sometime to be honest to figure out all functionality, but wow I flat out love Cornerstone.

    BTW II: Can’t wait to figure this out so I can start hacking away at the site and making it “my own.”

    Tommy

    #911350
    Joao
    Moderator

    Hi Tommy,

    The lines above the navbars will be the same colors as the links of the website. it is possible to change them to be different from the links if you want, but it is designed to use the same color of links you set up on Appearance / Customizer / Typography.

    If you want to do something custom you can try this code:

    .x-navbar .x-nav > li > a:hover, 
    .x-navbar .x-nav > .sfHover > a, 
    .x-navbar .x-nav > .current-menu-item > a {
    	box-shadow: 0 2px 0 0 #336699;
    	-moz-box-shadow:  0 2px 0 0 #336699;
    	-webkit-box-shadow:  0 2px 0 0 #336699;
    }

    The Price tables also follow the color of the links. If you have some specific request we might be able to assist you.

    On CTA you simply click on the element on Cornerstone and scroll down on the left tab where you have all the settings of the CTA and you will find where to set up each color.

    Let us know if you need further help.

    Joao

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