• Hello guys!

    I really like this theme for my business, it’s beautiful and works pretty good but i am trying to change some colors and i can not do it, still orange.

    Could you help me?

    1. Menu Hover
    2. Skills
    3. Portfolio (+)
    4. Google Map

    My website is https://o1ner.com/

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve got the same question. I want to change from the orange colour. Have downloaded the style.css file but can’t see where you are supposed to change the orange here.

    Can you pls provide clearer step by step instructions on how to do this?

    Thanks in advance.

    a.

    Hi,
    For the Menu Hover, paste the code below in Appearance/Business One Options/CSS Code: [Replace the color with the color of your choice]

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
    color: #0D669E;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0D669E;
    }
    .navbar-default .navbar-link:hover {
    color: #0D669E;
    }
    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
    color: #0D669E;
    }

    Portfolio (+): is an image, you need to go to image folder in wordpress root and replace the image.

    For the Skills:
    .section-about .p-experience {
    color: #ff9d4c;
    }
    .progress-bar {
    background-color: #ff9d4c;
    }

    Thread Starter o1ner

    (@o1ner)

    Thank you very much commentcoza, but only the skills worked for me. ;/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color Change’ is closed to new replies.