Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1046698

    I gave it a Custom Css Class and in Quick CSS I wrote:
    .Custom Css Class{
    background: #d9fdfd;
    }

    As you can see (link in private) it only changed the border color

    How do I change the whole background?

    #1047518

    Hey Dee007,

    Spaces are not allowed on class (the word after the space are considered another class name).
    I inspected the page and could not find that class name, can you point us to the right element? screenshot would help.
    For the custom class, try using myclass then in Quick CSS, you can use:

    .myclass{
      background-color: #d9fdfd;
    }

    Best regards,
    Nikko

    #1047920

    Sorry, I took it down since it didn’t work…
    I put it up again.
    Also attaching a link to a screenshot.

    In case it matters it is currently sitting in a color block

    #1047937

    Hey!

    Please edit your Color Section element and give it a unique ID – https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2018/08/anchors.png
    And then add following code to Quick CSS in Enfold theme options > General Styling

    #your-custom-id .av-boxed-grid-style .avia-testimonial_inner {
        background-color: orange;
    }

    Cheers!
    Yigit

    #1047982

    As usual, you know your stuff @yigit !!
    I do hope they pay you very very well

    #1047984

    Wait… I spoke too soon :)
    It seems to work when I do a preview but not when I go to the page directly. (Checked incognito as well and it’s the same thing…)
    You can log in if you need to via the link in private

    #1047987

    You know what, maybe the other way around will be easier?
    Meaning changing the BG for all testimonials (I have them in 4-5 pages) to X EXCEPT the testimonials on the homepage which will be Y (Y just so happen to be the default color they are in right now)

    #1049064

    Hi Dee007,

    We apologize for the late response, I have checked the link you shared (in private content), and since you have already added this class: Foundationtestimonial I have added this css code in Quick CSS located in Enfold > General Styling:

    #top .Foundationtestimonial .avia-testimonial { 
        background-color: orange;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

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