This topic has 14 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
hello,
in visual composer, when i add Separator, i dont see any style that i can change.
i have extra class, but its not working.
i wrote in extra class: footer_separator123
and in custom CSS i wrote:
.footer_separator123 {
color: red;
}
how to do it?
thanks
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
ok i did open a user for you.
additionally, please can you tell me if there is anything to do about the ERROR MSG i got there about the woocommerce. “Your theme (WooPress – 8theme WordPress theme) contains outdated copies of some WooCommerce template files”
thanks
Hello,
I’ve added test Separator in Footer Static Block and it’s working fine.
Please see screenshot: http://prntscr.com/8qjv8b
Please clarify where you want add Separator and what style should be there?
Regards,
Robert Hall.
hello , i would like to have the separator i have in the footer under the word SÍGUENOS in the same color (grey) as i have under Recently Viewed Products.
thanks, after you arrange it correctly , i can see how it be done. thanks
Hello,
So, is your issue resolved?
Regards,
Eva Kemp.
its seems ok, but i cannot find in Custom CSS your CSS CODE for this.
where did you do it?
as i want to make it by my self.
thanks
Hello,
I’ve added this code in Global Custom CSS. Please check.
.test_separator{
background:red;
}
Regards,
Robert Hall.
ok so seems i did all correct.
but you use background, and its just add red line in addtion to the white color separator.
there is a way to replace the white separator to a red one?
and not just add another line?
thanks
Hello,
Try to use this css code instead the previous one:
.test_separator {
border-bottom: 1px solid red !important;
}
Best regards,
Jack Richardson.
its not working, even it did work for 1 min. now its not work.
if you fix it, please put the color: #3f3f3f
thanks
Hello,
The problem was caused by missing bracket you forgot to add in the code upper. I’ve edited it and now the code for footer separator works. Please clear browser cache and check.
Best regards,
Jack Richardson.
big thanks!! its work just fine.
i have 2 more problem, i think ill open new post.
thanks
Hello,
You’re welcome.
Let us know if further assistance is needed.
Regards,
Eva Kemp.
The issue related to '‘Separator Style – i would like to change the color of separator’' has been successfully resolved, and the topic is now closed for further responses