Hi! First of all – thank you for yours creation! 🙂
Please tell me. How can I change the font size?
I need all little larger: my menu, headers and main text too.
1 Answers
To resolve this issue, you can open the template.css file in the folder path "wp-contentthemesdw-wallpressassetscss", find and replace the font size.
If it’s different with you, you can use the following code and add to the style.css file:
#header #navigation a { font-size: ...px; }
.grid-double .item-title { font-size: ...px; }
.item .item-title { font-size: ...px; }
.item .item-content { font-size: ...px; }
Regards,
thank you, Dominic !
it helped me. but the text in the widgets still small and not correct. could you tell me How? please.
You can add the following code to the style.css file.
#sidebar a { font-size: ...px; }
#sidebar-secondary .widget_archive ul a, #sidebar-secondary .widget_categories ul a, #sidebar-secondary .widget_meta ul a, #sidebar-secondary .widget_recent_entries ul a { font-size: ...px; }
Note: if you still face there issue, you can send me your site for further checking.
Regards,
Please login or Register to submit your answer