Orange dash in Jomelle theme after changing theme color

Home Forums Jomelle WordPress Theme Orange dash in Jomelle theme after changing theme color

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 7 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16983

    vianta
    Participant

    Hello,

    I changed the theme main color to green but an orange dash remained under certain titles. See it at servi.ca/
    How can I remove it or change it to the main color?

    Thanks!

    #16989

    ab-themes
    Keymaster

    Hello,

    you can change it with CSS in this file: wp-content\themes\jomelle\css\the-creator.css , find this code (it is on line 163):

    .tcvpb_section_tc header h2:after {
        display: block;
        content: "";
        width: 38px;
        height: 2px;
        background: #f1501a;
        position: absolute;
        left: 50%;
        margin-left: -19px;
        bottom: -22px;
    }

    you will need to change background color and that will work.
    Thank you for pointing that out to us.
    We will fix it as soon as possible and update will be released.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Orange dash in Jomelle theme after changing theme color’ is closed to new replies.