Hello
I am trying to change the colour of an icon in an icon list, but it doesn’t seem to work.
I have added the following code to Quick CSS:
.alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color: #a81010; }
I would also like to make the header saying “view on ebay appear in middle and not floating up top next to the ebay logo which i am trying to change the colour of.
Also tried this with no luck:
.main_color .avia-icon-list .iconlist_icon {
background-color:#A81010;
}
The link for the page didn’t seem to show. i will just put the url directly here: http://frostholm.co.uk/portfolio-item/pair-large-table-lamps/
Hi!
1) Your code seems to work for me (Chrome). Maybe try to clear the browser cache. If it still doesn’t work try:
#top .main_color .avia-icon-list .iconlist_icon {
background-color: #A81010;
}
or:
#top .main_color .avia-icon-list .iconlist_icon {
background-color: #A81010 !important;
}
2) If you want to center the title I recommend to add a margin-top to it like:
.avia-icon-list .iconlist_title {
margin-top: 16px;
}
Best regards,
Peter
I managed to change the colour of the icon. cheers
However, the solution for centering the title didn’t work properly. If you go to the site again you can see that the text for the title is sort of cut off at the bottom..?
Hey!
Please add following code to Quick CSS as well
.entry-content-header {
min-height: 25px;
}
Regards,
Yigit
Didn’t work… Any other suggestion? Really appreciate your help
Hi!
Please flush browser cache and refresh your page a few times, it does work fine on my end http://i.imgur.com/2FJUkB9.jpg
Regards,
Yigit
I had already flushed it twice and tried in incognito mode with no luck. However it works now! Thanks man