-
AuthorPosts
-
December 18, 2018 at 2:59 am #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?
December 20, 2018 at 1:17 am #1047518Hey 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,
NikkoDecember 20, 2018 at 8:35 pm #1047920Sorry, 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
December 20, 2018 at 9:30 pm #1047937Hey!
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!
YigitDecember 21, 2018 at 1:38 am #1047982As usual, you know your stuff @yigit !!
I do hope they pay you very very wellDecember 21, 2018 at 1:44 am #1047984Wait… 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 privateDecember 21, 2018 at 2:13 am #1047987You 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)December 26, 2018 at 2:40 pm #1049064Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.