How to change the font-size of Post Title's (on Front page) of Magazine Basic Theme?
Please let me know
Thank You.
How to change the font-size of Post Title's (on Front page) of Magazine Basic Theme?
Please let me know
Thank You.
You first must look with firebug:
1. Are the Post Titles styled in style.css or in one of its php.files? For this diagnostic I prefer browser-Addon "Firebug".
2. If Post Title is styled in style.css, then you must find the style-name of Post Title, then open style.css, find the style for Post Title and change font-size. Remark it as your change.
3. If Post Title is styled in style.css of Magazin Basic, then you must find its position in php-file. But I don't know which it is: function.php or loop.php or ..., find <h2> or <h3>?
Do you know the WordPress Plugin "Advanced Code Editor"? Here you can search for styles in style.css or function.php etc. Code is highlighted and you can download your file for backup.
Perhaps you can find a youtoube-video? I learned difficult code-things with help of videos.
Good luck!
You must log in to post.