I found answer for first issue:
.dropdown-menu > li > a {
border-bottom: 1px solid #ff7700 !important;
}
.breadcrumbs > li {
color: #ff7700 !important;
}
.breadcrumbs > li > .active {
color: #ff7700 !important;
}
Now I need your help to solve issue number two with Homepage Blog Section.
Hi @online2018,
For this paste the following css code in custom css filed
.home-blog-area:hover .home-blog-info h2 > a
{
color:#ff7700 !important;
}
.home-blog-btn a
{
background-color:#ff7700 !important;
}
Thanks
Thank you very much, it works now π
I found that when I open my post “text” and “calendar graphic” are turquoise. I want to change them also to orange (#ff7700).
Screenshot
Thank you in advance for your great support π
Hi @online2018,
Paste the following css code in custom css filed
.blog-post-date span.date a
{
background-color: #ff7700 !important;
}
.blog-post-title-wrapper-full h2 a:hover, .blog-post-date span.comment > i
{
color:#ff7700 !important
}
Thanks
It changed only the calendar graphic. When cursor is above text it is still turquoise.
Screenshot
Hi @online2018
You can paste the following css filed
.blog-post-title-wrapper h2 a:hover
{
color:#ff7700 !important
}
Thanks
Now it works, thank you! π
The last issue in this topic:
When cursor is above menu it is orange as I want
but when I open one of my pages and it is open
there is still turquoise. I want to change it also to orange (#ff7700).
Screenshot
Hi @online2018,
paste the following css code in custom css filed
.navbar .navbar-nav > .active > a
{
background-color: #ff7700 !important;
}
Thanks
It works, thanks π
Sorry for such many questions but your support realy helps.
1. Now I see that when my cursor is above page in rolling menu (For example: “Estetyka oka”) it is turquoise. I want to change to orange (#ff7700).
2. The same issue is when I have already open one of the pages which are in rolling menu (for example “MakijaΕΌ”). It is turquoise field and I want to change it to orange (#ff7700).
Screenshot
Hello,
How do you change the blog post button background color? I’m currently using the twenty sixteen theme. thanks!