Forum breadcrumbs – You are here:Asgaros Support ForumSupportTitle Font Size
Please or Register to create posts and topics.

Title Font Size

Page 1 of 2Next

Hey,

I was wondering how would i change the font size of a title? https://gyazo.com/cbf054bd9d0a2824602cc4bce338708a

If its like more than 5 words its too much.

 

Thanks!

Hi Will,

#af-wrapper .main-title {
    font-size: 20px;
    border: none;
    margin: 10px 0;
    font-weight: normal;
    color: #444;
}

 

Will has reacted to this post.
Will

How would I go about finding where to make that change? I’m not sure where the CSS is located.

forum styles

/wp-content/plugins/asgaros-forum/skin/style.css

 

and is this a file I need to download and edit or can I do it via the browser?

Hello Will,

I think the best way would be to add this css-code to your themes style.css-file. You can do this in the Appearance -> Editor-section in the WordPress-backend. Otherwise plugin-updates will overwrite those modifications.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

We located

  1. #af-wrapper .main-title {
  2. font-size: 20px;
  3. border: none;
  4. margin: 10px 0;
  5. font-weight: normal;
  6. color: #444;
  7. }

and it said the font size was 20, we check the page in question and it says font size 72 so im not sure what part is where it gets the 72 size from.

 

In the styles of your template, look

Yes, it seems your used WordPress theme is overwriting the css-rules of the forum. You can try to add the following css to your themes style.css-file. Maybe it helps:

#af-wrapper .main-title {
    font-size: 20px !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

How to change body fonts? I want to increase the size

Page 1 of 2Next