Home › Forums › WoodMart support forum › Css to reduce title size Css to reduce title size This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 3, 2020 at 6:19 pm #238373 BertranddesmetsWMParticipant Hi, How can I reduce the size of the title underlined in the image attached? I cannot find the proper CSS. Thanks for the help! Attachments:You must be logged in to view attached files. November 3, 2020 at 10:57 pm #238432 Elise NoromitMember 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 November 4, 2020 at 7:57 am #238502 BertranddesmetsWMParticipant Hi, Thanks for the advice but I cannot find the name of this title. I have also tried the custom selector. Regards November 4, 2020 at 9:01 am #238526 Elise NoromitMember Hello, Please use this custom CSS: body.single .slider-title or Please add this code to the Theme Settings > Custom CSS > Global: body.single .slider-title{ font-size:20px; } Please set the font-size as per your needs. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register