Home Forums WoodMart support forum posts links style

posts links style

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

    ahmed.ask
    Participant

    hello
    please i want to know how i can make a highlight color for links in posts
    just in posts not in pages or any where in website

    #177911

    Hello,

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #177917

    ahmed.ask
    Participant

    thanks , but thats not i want
    i want to make highlight color on any link in the blog content

    #177942

    Hello,

    You can add a custom class and set the color on hover. If you need help, please provide the page URL and screen of what you want to change, I will provide selector or custom CSS.

    Best Regards

    #177946

    ahmed.ask
    Participant

    https://tethkarstore.com/en/blog/types-of-incense/

    Please check the links in the article

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .post-single-page .article-body-container p a{
       color:red;
    }
    .post-single-page .article-body-container p a:hover{
       color:green;
    }

    Set the colors as per your needs.

    Best Regards

Tagged: 

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