Change menu font size on Motif theme
-
Hi ,
i’m looking for the possibility to change menu font size on Motif theme by css customized.
i’ll appreciate your help with it.
OritThe blog I need help with is: (visible only to logged in users)
-
Hi,
Try using the following css in your css customize option (My Sites -> Customize -> CSS) Paste it and change the number where it says font-size. It previously said 0.9 in your theme, I changed it to 1.5, but you can changed it to the size you want.media=”all”
.main-navigation a {
color: #fff;
display: block;
font-size: 12px;
font-size: 1.5rem;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
} -
Thank you carladoria (:
i pasted into the css preview window but it didn’t change it. finally i found some other solution.
thanks anyway for your effort (:
- The topic ‘Change menu font size on Motif theme’ is closed to new replies.