Change colour of background on this element to #2b9900

Home Support eCommerce Gem Plus Change colour of background on this element to #2b9900

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17081
    Richard Casserley
    Participant

    This is the code, but I need the colour to be changed from red to green so it fits in with my colour scheme of the site. I’ve tried many variations but just can’t get it right.

    header .page-title:after {
    content: “”;
    height: 2px;
    width: 50px;
    background: #fa6161;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;

    #17122
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please provide website URL and a screenshot of section here or on [email protected] in which you would like to change background color as it will helps us to provide you the custom css.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #17134
    Richard Casserley
    Participant

    https://fairwayssolihull.com/?product_cat=ride-on-mowers, as you can see the line under the category title is red and I would like it to be green

    #17188
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom CSS by following below mentioned steps

    1) log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    header .page-title:after {
        background: #2b9900 !important;
    }

    Please update ‘#2b9900’ as per your requirement.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #17223
    Richard Casserley
    Participant

    Brilliant – thank you so much 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.