Home Forums WoodMart support forum HIGHLIGHT TEXT

HIGHLIGHT TEXT

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #204322

    gzelasco
    Participant

    Hi, Sorry to bother you with this

    If you look the footer, on the right side there is a text, that will be link to contact page,
    It is possible to highlight text in a different color?

    Attachments:
    You must be logged in to view attached files.
    #204445

    Hello,

    I saw the screenshot you attached. To add highlight the text as in the screenshots you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    To add background color use the following CSS.

    .woodmart-prefooter h4 span {
    background: yellow;
    }

    To change only the color of text use the following CSS.

    .woodmart-prefooter h4 span {
    color: red;
    }

    You can set the color accordingly.

    Best Regards.

    #204538

    gzelasco
    Participant

    I meant to change text color on roll over/click

    #204567

    Hello,

    To change the hover color Please try and add the following Custom CSS.

    .woodmart-prefooter h4 span strong:hover {
    color: red;
    }

    Best Regards.

    #204575

    gzelasco
    Participant

    Hi Aizaz, You are the CHAMPION! Thks!

    #204577

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘HIGHLIGHT TEXT’ is closed to new replies.