badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Hyperlink problems

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #51884

    Hi Embruna,

    Theme main built-in default color code is #89a452 (green) which treat as a color skin so that the user can easily change the color skin to their own corporate color via color skin option but this will not reflect to the list elements.
    First remove the css code that you have paste and to set the same color for list elements go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #main ul a,
    #main ol a,
    #main ul a:hover,
    #main ol a:hover {
        color: #050466;
    }

    Change the above color code #050466 manually to the skin color you choosed.

    It seems like you have set color skin to #050466 (dark blue) and want to set the different color for the links in the main content section rather then the color skin that you have choose then paste the below CSS code in Custom CSS option then click on Save button.

    a,
    #main ul a,
    #main ol a,
    #main ul a:hover,
    #main ol a:hover {
        color: #050466 !important;
    }

    Change the above HEX color code #050466 to your own HEX color code that you wish to have it on links.

    Thank you!

    #51889
    embruna
    Participant

    Hi – thanks, but that didn’t work.

    #51954

    Hi Embruna,

    Apologies for the late reply.

    Please remove the below CSS code that you have paste in custom CSS option.

    a:link {
        color: #1f2596;
    }

    and paste the below custom CSS code which will change the list colors.

    #main ul a,
    #main ol a,
    #main ul a:hover,
    #main ol a:hover {
        color: #050466;
    }

    Change the above color code #050466 to set your own color.

    Hope the above code will help you to set the list color. If you have any problem then let us know.

    Thank you!

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