Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1165074
    logoglo
    Participant

    Hi there, I have a custom headline setup “Recent work” on my page:

    http://www.logoglo.com

    As you can see, the accent is aligned above the heading, how can I center it? ie move it down, without moving the whole headline down?

    Also, how would I change its color? JUST the accent, not the headline. I have 2 accents on one page, but I want one with a blue color, and one with a white color.

    Thanks.

    #1165736
    Lely
    Moderator

    Hi There,

    Upon checking there’s something wrong on the headline setup. See attached screenshot. You have added h2 element inside custom headline. This element is already set as heading depending on what you choose. It is not necessary to add h2 tag on Text field area. You can add this text-align: center; color: #414042; on the element style field instead.

    Hope this helps.

    #1168594
    logoglo
    Participant

    I fixed them, but how do I change the headline and accent color of “why us” and how do I change the accent colors of the others to a blue color?

    Thanks.

    #1168980
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Custom Headline element provides you a text color option.


    screenshot

    how do I change the accent colors of the others to a blue color?

    You can add this on your custom CSS

    .h-custom-headline.accent span:before,
    .h-custom-headline.accent span:after {
    	border-color: blue;
    }

    Regarding the “Why Us”, please add a class whyus on it. And then add this on your custom CSS

    .h-custom-headline.whyus.accent span:before,
    .h-custom-headline.whyus.accent span:after {
    	border-color: red;
    }
    

    Hope it helps, Cheers!

    #1169358
    logoglo
    Participant

    Worked a treat! thanks.

    #1169744
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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