• Resolved llauradog

    (@llauradog)


    Hi guys,

    I imported the DEMO data and have been working on the theme.

    I wanted to ask you, even though I used the theme editor options to change colors, I still get some BLUE elements I would like to change.

    For example:
    The Hero Title Section has an overlay on the title that is BLUE.
    Fun Fact Section still comes up with BLUE lines.
    On the FOOTER, there are blue lines on the Titles for the menus.

    Also, how do I edit the button colors on the Call to Action section?

    Looking forward to your response!

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

    (@webhuntinfotech)

    Hi,

    Please use below css rule. Change color according to your requirments

    .icare-theme-bg-colored-transparent{
    background-color: rgba(0, 239, 40, 0.75) !important;
    }

    .line-bottom::after {
    background: #30ad51;
    }

    .icare-widget .widget-title-border-bottom:after{
    border: 1px solid #00ef07;
    }

    Please provide your site url with your query. This will help us to assit you better.

    Thank you

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Use this to change button color

    .btn-dark {
    background-color: #222222;
    border-color: #222222;
    }

    Thread Starter llauradog

    (@llauradog)

    Thanks!!
    How do I change the colors for the icons in the SERVICES SECTION?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Use below css rule to change your service icon color

    .icare-text-colored {
    color: #ff0000 !important;
    }

    Save the changes.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blue Elements (default on theme)’ is closed to new replies.