Home Forums Pro Themes Construction Base Pro How to change colors?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #56817
    Sofie Siversen
    Participant

    Hi,

    I have two questions regarding the changning of colors:

    1) How can I change the color of contact number and contact email – I can change the color of the icons, but the text/links remains yellow.

    2) How can I change the color of the left line to the secondary title in the testimonial widget?

    Best regards
    Sofie Siversen

    #56825
    wensolutions
    Keymaster

    Hello @sofie-siversen,

    Your queries has been answered below :

    Query#1: The feature to change the color of the contact number and contact email in top header is available in the theme.

    For this go to Admin Panel > Appearance > Customize > Color Options > Top Header Color Options > Links Color and change the color as per your wish .

    Query#2: To change the color of the left line to the secondary title in the testimonial widget use below given in Additional CSS location .

    #sidebar-front-page-widget-area .construction_base_widget_testimonial_slider .widget-subtitle {
        border-left: 5px solid #a46497;
        }

    Change the color code as per your requirement .

    Hope this helps.

    Best Regards!!

    #56827
    Sofie Siversen
    Participant

    Thank you, the additional CSS worked well. I still can’t change the color of the contact number and the contact mail completely – when I hold my mouse over it, its still yellow.

    #56941
    wensolutions
    Keymaster

    Hello @sofie-siversen,

    To change the hover color over the contact and email while hovering over it you have to go to Admin Panel > Appearance > Customize > Color Options > Top Header Color Options > Links Hover Color and change as per your requirement .

    Hope this helps.

    Best Regards!!

    #60382
    Henrik Philippsen
    Participant

    I have Same Problem as he did

    the solution you mention is only for top header (where logo and title and menu ) is located

    he means the Top banner where there are social link on left side and number; mail , placement top most part

    that part i can also not change the yellow hover colour
    http://www.xcrisso.dk

    #60392
    wensolutions
    Keymaster

    Hello @swed-x,

    Actually the path we have provided above change the hover color of the Email, Phone at the top header.

    Since the option is not working for you guys, you can use below given custom CSS to change the hover color.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #tophead #quick-contact a:hover {
        color: #a46497;
    }

    Here change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    #60394
    Henrik Philippsen
    Participant

    Thanks very much

    #60405
    wensolutions
    Keymaster

    Hello @swed-x,

    Glad we could help you.

    If you have any issue further then please feel free to post.

    Best Reagrds!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.