Eassier way of Changing font type and size in wordpress

1 replies
  • WEB DESIGN
  • |
Does anyone know an easier way to change website page copy font type and size other than change the html code in wordpress?

There is no font box and font size visual wizard. Or is there?

Is there a plugin that add it?
#changing #eassier #font #size #type #wordpress
  • Profile picture of the author rhinocl
    Easiest way is to go to the html editor add a class around the text
    e.g.
    <div class="red-arial">your text</div>

    Now go to style.css or style.php in the theme editor and add

    .red-arial{color:red;font-style:arial; }

    save it and reload your page

    Once done you can re-use the class on other pages. Yes you have to write the html in but there is very little to write.
    {{ DiscussionBoard.errors[7283339].message }}

Trending Topics