Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1121977
    ahurlburt53
    Participant

    I use corner stone and would like the ability to change the accent color to predetermined color

    web url
    https://vsfmarketing.com

    screen shot1

    http://i.imgur.com/QHYx60r.png

    screen shot 2
    http://i.imgur.com/Mwy2f26.png

    #1122043
    Joao
    Moderator

    Hi There,

    Add the code below to Appearance Customizer Custom CSS and adjust #fff to the color you wish.

    .h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    }

    Hope it helps

    Joao

    #1125479
    ahurlburt53
    Participant

    need a solution for individual containers, not the whole page

    #1125710
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .custom-color.h-custom-headline.accent span:before, 
    .custom-color.h-custom-headline.accent span:after {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    }

    After that add custom-color CSS class to the class field of your custom headlines.

    Regards!

    #1125817
    ahurlburt53
    Participant

    ty

    #1126033
    Rupok
    Member

    You are welcome!

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