• Hello, just wondering if someone might be able to help me please. I am currently using the following

    Active Theme is Big Blue.

    The font size is too large in the body and the widget bar and I have searched Google and cant seem to find a code to add to the custom CSS to fix this at all. I tried to find the code in the theme but could not. I have also had a look with F12 and the font seems to be connected to a Bootsrap file. Being new to wordpress I am not sure of any of this and wondering is someone might point me in the right direction of how to fix this please.

    Appreciate your help.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • The link you’ve left is invalid:

    “You don’t have permission to access /xxxxxxxxxxxxxxxxxxx/ on this server.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”

    Thread Starter mohey

    (@mohey)

    So sorry, I just moved it to the main domain just now…. https://backandneckcentre.com.au/

    Looks like it might be controlled by this, somewhere around line 322 in the theme style sheet:

    
    p {
    	margin-bottom: 1.5em;
    	font-size:18px;
    }
    
    

    If your theme has a custom/user CSS feature, you can try adjusting the font size from there, Ex:

    
    p {
    	margin-bottom: 1.5em;
    	font-size:14px;
    }
    
    

    Check for errors in the stylesheet.

    Thread Starter mohey

    (@mohey)

    Thankyou SOO much the code worked perfectly in the custom CSS feature. Really appreciate it.

    You’re welcome!

    It is quite interesting that even though the parent or child theme has errors in the style-sheet, that WP will output the custom CSS, right?

    Nope!

    They use a method that insures it takes over.

    That then does not fix the style-sheet.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Font Size’ is closed to new replies.