- This topic has 1 reply, 2 voices, and was last updated 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Change size of “open submenu-button” on mobile and tablet
Using Posterity Pro at https://spes.se and in the tablet and mobile menu, the down arrow/open sub menu buttan are very small. Is it possible to change the size of the button and/or the font size but only in the mobile menu and tablet menu?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:1024px) {
.top-menu i.sub-mark::before {
font-size: 20px;
}
}
Regards,
Chris
Even though WordPress is the most popular and powerful CMS at present but one needs to be extremely careful while editing and making changes. A […]
Let’s face it, sometimes all you really want to do is focus on publishing your content and promoting your business. The thought of taking on […]
The speed of a website is a very important factor for SEO. For some websites, a single second can result to thousands of dollars gained […]