Home › Forums › WoodMart support forum › Sort by – Ico to text Sort by – Ico to text This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 4, 2021 at 8:02 pm #271067 agustingt94Participant Hi how are things ? I wanted to know if in the “sort by” section, that icon of the arrows could be changed to a text that shows where it is filtered Attachments:You must be logged in to view attached files. March 5, 2021 at 7:17 am #271146 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS. .woocommerce-ordering:after { content: "Sort By"; } Regards. Xtemos Studios. March 8, 2021 at 3:30 am #271699 agustingt94Participant Hello , I tried with that solution, but it doesn’t suit me. I tried with max-width and font-size but it didn’t work well Attachments:You must be logged in to view attached files. March 8, 2021 at 7:18 am #271728 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshot you attached. The text you are trying to add in the place of the icon is large that’s why it is displayed like that. Please replace the previous Custom CSS with the following in the Custom CSS for Mobile area under Theme Settings >> Custom CSS. .woocommerce-ordering:after { position: absolute !important; font-size: 15px; content: "Ordenar Por"; width: 100px; margin-left: -40px; } Regards. Xtemos Studios. March 8, 2021 at 6:30 pm #271938 agustingt94Participant hello good afternoon, try that code but now in mobile, the filtering options are not displayed. I put the web so that it is available March 9, 2021 at 5:56 am #271997 Aizaz Imtiaz AwanKeymaster Hello, Please remove the previous CSS code and try adding the following in the Custom CSS for the mobile area under Theme Settings >> Custom CSS. .woocommerce-ordering:after { position: static; font-size: 13px; content: "Ordenar Por"; width: 100px; margin-left: -40px; } Best Regards. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register