• I’d like to change color of:

    1. Text on top of the page (on every “child page), for example at my: “Home/Zabiegi/Darsonwall”. I want to change it from turquoise to orange (#ff7700)

    2. In Homepage Blog Section text and “Read more” button. I want to change it from turquoise to orange (#ff7700)

    https://prnt.sc/iivdhq

    Please help me do it.

    Thank you in advance ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter online2018

    (@online2018)

    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

    Thread Starter online2018

    (@online2018)

    Thank you very much, it works now ??

    Thread Starter online2018

    (@online2018)

    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

    Thread Starter online2018

    (@online2018)

    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

    Thread Starter online2018

    (@online2018)

    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

    Thread Starter online2018

    (@online2018)

    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!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change color – Blog section’ is closed to new replies.