Ande GL
asked 10 years ago

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
DominicStaff
answered 10 years ago

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,

and-g
replied 10 years ago

thank you, Dominic !
it helped me. but the text in the widgets still small and not correct. could you tell me How? please.

dominic Staff
replied 10 years ago

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,

Powered by DW Question & Answer Pro