Hello,
I’m not an expert on wp, i’d like to change the colors of the top and bottom bars for custom ones, how could I do this?
This is the blog where I’m testing the theme https://vini.untaldex.com/
Hello,
I’m not an expert on wp, i’d like to change the colors of the top and bottom bars for custom ones, how could I do this?
This is the blog where I’m testing the theme https://vini.untaldex.com/
hey there
Hope you are having a good day and thank you for your question Please add this CSS in appearance - customize - additional CSS
.top-header,
.site-info {
background: #0abffa;
}
Thanks!
Colorlib Support Team
Hi, thanks for your help! I really appreciate it, although it worked partially, how do I change the color of this part? (the blue one)
Best regards and thanks in advance
Howdy
try this css now:
.newspaper-x-news-ticker .newspaper-x-module-title {
background: #04132d;
}