Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello,

    Please explain your issue in more details or provide any screenshot.

    so we can assist you better.

    Thank You

    Thread Starter mayuresh1980

    (@mayuresh1980)

    Theme option change – https://www.excellenceitservices.com/

    Orange is my theme color in child theme but now color change.

    • This reply was modified 7 years, 3 months ago by mayuresh1980.

    Hi,

    Please try to put below CSS Rules into Custom CSS Editor :

    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a{
    	color: #f16e03;
    }
    .call_btn1:hover {
        color: #f16e03;
    }
    .call_btn1 {
        border: 2px solid #f16e03 !important;
        background-color: #f16e03 !important;
        background-image: linear-gradient(to bottom, #f16e03 50%, #fff 50%) !important;
    }
    .call_btn2 {
        box-shadow: 3px 3px 3px #f16e03;
    }

    Save the changes.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After Update wordpress…all colore change in child theme’ is closed to new replies.