• Hello, I have a problem. I want to change the color red #f22853 to another, but the problem is that it is not anywhere, looking for a long time and not found. How do I get to him? I found the colors in the editor changed to your, but varied only the footer. If I can’t change the color, how do I deactivate flipping? Thanks.
    Screen: https://prnt.sc/lydsu1

    • This topic was modified 7 years, 4 months ago by nicjool.
    • This topic was modified 7 years, 4 months ago by nicjool.
    • This topic was modified 7 years, 4 months ago by nicjool.
    • This topic was modified 7 years, 4 months ago by nicjool.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi
    Thanks for contacting to us .
    Let me know which section color would you want to change.
    If possible share your website url, So that we can take a look and assist you better.

    Thanks
    Akhilesh

    • This reply was modified 7 years, 4 months ago by akhlesh-nagar.
    Thread Starter nicjool

    (@nicjool)

    Hi.
    Site: https://prognozcommunity.cf/
    I need to change color in header (menu) #f22853

    Hi
    To change header menu color add the below css code inside the custom css box.

    .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > a:hover, .navbar-default .navbar-nav > .current_page_item > a:focus, .navbar-default .navbar-nav > li > a:before
    { background-color: #466524 ! important; }

    Change color code value as your need.

    Thanks
    Akhilesh

    Thread Starter nicjool

    (@nicjool)

    Thanks, Akhilesh!

    Thread Starter nicjool

    (@nicjool)

    Oops. Sorry for your lost time with me, but how do I change the color of the text in the title menu and footer?

    • This reply was modified 7 years, 4 months ago by nicjool.
    • This reply was modified 7 years, 4 months ago by nicjool.
    • This reply was modified 7 years, 4 months ago by nicjool.

    Hi
    For this use the below css code inside the custom css box.

    .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
        color: #d0173d; 
    }
    .navbar-default .navbar-nav > li > a {
        color: #000000;
    }
    .footer-links li > a:hover {     color: #d0173d; } 
    .footer-links li > a {
        color: #000000 ! important;
    }

    Change color code value as your need.
    Let me know for any confusion

    Thanks
    Akhilesh

    • This reply was modified 7 years, 4 months ago by akhlesh-nagar.
    Thread Starter nicjool

    (@nicjool)

    Thanks!!!

    HI
    Glad to help you!
    If you really like our theme and support PLS give rate with your kind review Theme and Support.
    Look forward see you again at webriti .

    Thanks
    Akhilesh

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Where to find the color change?’ is closed to new replies.