Home Forums WoodMart support forum text size sidebar post title

text size sidebar post title

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

    delo8902
    Participant

    Hi
    I want to change the text size of the blog titles in the side bar. When I change “blog post title” size, it also changes on the blog page, blog grid etc. So this is not a solution, because I only want it to be change in the side bar.

    Thanks!

    #208740

    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

    #208750

    delo8902
    Participant

    Hi Elise
    This is what i’ve done, but this changes the font size of the Blog title everywhere. I don’t want it to change on the blog post page for example, only in the side bar.

    #208761

    Hello,

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

    body.single-post .widget_recent_entries ul li a {
       font-size:40px;
    }

    Set the size as per your needs.

    Best Regards

    #208777

    delo8902
    Participant

    This worked fine, thanks!

    #208794

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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