Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26559

    I was wondering how I can change font size for content, widgets, etc…

    Thank you!

    #130837

    Hi,

    Please go to Enfold > General Settings, and the first dropdown allows you to select one of two sizes as well as the non-responsive option.

    Thanks,

    Nick

    #130838

    Nick, can you post an image of you theme panel? I’m just curious if I’m missing things, as there is not a single option that controls any sort of font size. One of the frustrating things with the admin panel for this theme….

    Maybe if you just provided people with simple CSS breakdown of the headers and text, everyone would have an easy time.

    #130839

    Hi,

    Here is the snapshot of the page in question, http://www.clipular.com/c?13090040=Ny7LUHp01XCDd21TqFYCMjfLEEs&f=.png

    It’s the third page on the Enfold admin vertical menu.


    To control the font size you just need the very basic of basic css. However I will forward your request to Kriesi

    body {
    font: 15px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    }

    then drop it into Quick CSS on bottom of Enfold > (Theme Options) > Styling Layout … text are on bottom of the page… or into /css/custom.css


    You can suggest anything you want on this thread which Kriesi has been using to make updates https://kriesi.at/support/topic/enfold-feature-requests

    However if you want to do it yourself, you can always use Google Chrome dev tools, which are built into the browser to easily locate any css you want , then copy and paste it into Quick CSS , takes seconds and no need to know any coding.

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change font size for the entire theme?’ is closed to new replies.