-
AuthorPosts
-
August 15, 2017 at 8:49 pm #839574
So i have a Partner/logo element i want to use but when i link an image, it sets a color to the image.
I’ve searched the forums and used the following codes in my quick css to nothing seems to be working.
1
.alternate_color .avia-content-slider .slide-image { background-color: transparent; }
2
#top .avia-logo-element-container .slide-image { background-color: #ffffff; }
3
#top .avia-logo-element-container .slide-image { background: transparent; }
4
.avia-content-slider-inner * { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
5
.main_color .avia-content-slider .slide-image { background-color: white !important; }
6
#top .avia-logo-element-container .slide-image { background: transparent !important; }
What am i missing?
August 16, 2017 at 7:40 am #839741Hey Drebosio,
Please try this instead:
.avia-content-slider .slide-image { background-color:white !important; }
Best regards,
RikardAugust 16, 2017 at 5:15 pm #839990This reply has been marked as private.August 19, 2017 at 5:16 pm #841314Hi Drebosio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #av_section_3 { background-color: #fff !important; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 21, 2017 at 8:02 pm #842205Hi Victoria,
Tried and still doesn’t work, placed it in both spots (quick css and file path above)
Please see below
August 24, 2017 at 2:03 pm #843494Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-logo-element-container .slide-image { background: transparent !important; }
Best regards,
YigitAugust 24, 2017 at 5:50 pm #843625Hi yigit,
added this to the quick css section:
but still not working:
in the above image, i’ve outlined where the grey is still showing.August 24, 2017 at 6:54 pm #843653Hi!
I removed all = from your Quick CSS field. Please review your website
Cheers!
YigitAugust 24, 2017 at 7:10 pm #843655omg i’m so dumb >.<
thankyou for noticing that because i would never have caught it!!
Looks great, thanks yigit exactly what i was after!!
again sorry for dumb user error :(
August 25, 2017 at 8:16 am #843787Hi,
You are welcome and no worries at all! Happens to the best of us :)For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Partner/logo element background color when linked’ is closed to new replies.