Hi Guys, hopefully a real simple one, the is an option to change the main content border colour, but this changes all the borders, is there any custom css which canjust change the border colour of the promobox, ie, i don’t want any border between the main content area and the sidebar so the border colour setting is #ffffff, but this means the promobox border colour is also #ffffff, can you supply css to change the border colour of just the promobox?
thanks in advance… :-)
Hi stephenturner!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_promobox { border-color: red !important; }
Regards,
Yigit
WICKED!!! ps, 2 things, i was going to ask another related questions:
1. same reason, but what is the code to change the border colour of the thumbnail images on the gallery as this is too #ffffff and
2. i have ticked the “Notify me of follow-up replies via email”, but never got the email when you replied, i have checked my email on my account and it is correct, just letting you know incase you need to fix something.
Thanks in advance in you can supply the css to change the gallery thumbnail border colour… :-)
Hey!
1- Please add following code to Quick CSS as well
#top div .avia-gallery img { border-color: orange; }
2- Have you checked spam folder? No other user reported such issue. Thanks for the heads up though :)
Cheers!
Yigit
SORRY!!! one more border code required… for the contact form field boxes, i don’t know if it would be easier just changing the sidebar border colour, rather than all the individual elements, would you have that too so i can test?
thanks again, appreciate it! :-)
Hi, i managed to find the code from the support forum:
#top .main_color input[type=’text’] { background-color: #f0eadd; border: solid 1px #ccc; }
#top .main_color textarea { background-color: #f0eadd; border: solid 1px #ccc; }
You can now close this case, thanks for the help, great support!