• Resolved ipsmarketing

    (@ipsmarketing)


    My site is https://www.ipsmexico.com.mx
    How can I change the submenu colors and the banner transparent bar colors from #FF7757 to #960a0a?
    Also, how can I decrease the font size at the portfolio titles?

    Thank you!

    PS: Using Inferno child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    ipsmarketing

    open file style.css

    to decrease the font size at the portfolio titles put below code

    .enigma_home_portfolio_caption h3 a {
        font-size: 18px !important;
    }

    set font size as your requirement

    to change sub-menu use below code

    to change background color

    .dropdown-menu {
        background-color: #960a0a !important;
    }

    to change color on hover

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus 
    {
     color: #000 !important;
     background-color: #ffffff !important;
    }

    set as your requirement

    to change banner transparent bar colors
    open file wl-orange.css go to line number 47 and replace code using below code

    .carousel-list li {
        background: #960a0a !important;
    }	

    Thanks.

    Thread Starter ipsmarketing

    (@ipsmarketing)

    Thank you so much! Best support ever. <3

    Most Welcome!

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How change submenu colors?’ is closed to new replies.