Home Forums Basel support forum Change font-size for category text in sidebar

Change font-size for category text in sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7915

    Pat84
    Participant

    Hi!

    How can I change the font size to the list of categories in the shop sidebar and turn them all to lowercases?

    I can’t find the class.

    Pat

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

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Thank you for your question.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .widget_product_categories ul > li a {
    	text-transform:lowercase;
      	font-size:12px;
    }

    Kind Regards
    XTemos Studio

    #7990

    Pat84
    Participant

    Great! Thank you 🙂

    Pat

    #7999

    Artem Temos
    Keymaster
    Xtemos team

    You are welcome 🙂

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