Edit menu and News font size

Started by vostro1400, September 06, 2018, 06:03:48 AM

Previous topic - Next topic

Antes

Open your index.css (located under Themes/default/css/)

Code (Find) Select
#inner_wrap .news h2, #inner_wrap .news p {
display: inline;
padding: 0 0 0 4px;
}

Code (Replace) Select
#inner_wrap .news h2, #inner_wrap .news p {
font-size: 125%;
display: inline;
padding: 0 0 0 4px;
}


Play with 125% to fit your needs.

Add the following code to the end of your index.css and play with its values.
ul.dropmenu {
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 125%;
}


A note: ul.dropmenu will effect the whole menu if you want to limit it with parent menu only change it with "ul.dropmenu > li > a"

vostro1400

No one way of increasing the the font size without increasing the font size of the whole website. Now the only way i found was to edit the minified.css but it auto regenerate.. When i edit slide.min.css and added
          .sy-slides-crop{width:100%;overflow:hidden;font-size: 80px}
by right it should increase the size but its not.

Need help.

Gwenwyfar

Quote from: Illori on September 06, 2018, 09:34:33 AM
you dont modify it in the minified file, you need to modify it in the normal index.css file and wait for the minified file to be regenerated or disabled the minified css in the admin panel.
"It is impossible to communicate with one that does not wish to communicate"

Antes

Quote from: vostro1400 on September 06, 2018, 05:13:42 PM
No one way of increasing the the font size without increasing the font size of the whole website. Now the only way i found was to edit the minified.css but it auto regenerate.. When i edit slide.min.css and added
          .sy-slides-crop{width:100%;overflow:hidden;font-size: 80px}
by right it should increase the size but its not.

Need help.

sy-slides controls the newsfader not the news section at top right... If you want to change the size of the text inside the newsfader; add this to index.css

#smf_slider > li {
font-size: 125%;
font-style: italic;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


As again a reminder; play with the values as it fits your needs.

vostro1400

I have followed all the instructions carefully but it does seem to work.

Perhaps its an issue with the beta 3 and 4.. just guessing..

maybe there is no way to increase the front of the News alone...  Plz assist

SychO

Quote from: vostro1400 on September 07, 2018, 06:40:51 AM
I have followed all the instructions carefully but it does seem to work.

Perhaps its an issue with the beta 3 and 4.. just guessing..

maybe there is no way to increase the front of the News alone...  Plz assist

You're either making the correct changes, and not emptying your cache to see them take effect, or you're not doing it right, either way it's hard to help if we can't see the forum ourselves, or if you don't use the Browser's Developer Tools
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

vostro1400

I emptied the cache and also used developers tools.
All the other changes works but no changes seems to increase the News font size..

vostro1400

Can anyone install the last version in localhost and see if he/she can successfully increase the News font size .

Antes


vostro1400

Yes ..
The Just Installed at the top right.

Antes

I already wrote the instructions, you just need to find the right file to do it.

vostro1400

No need instruction and the previous once not increase the font size of the news.

Increase urs and let me know how it was done because it doesn't seem to work

Advertisement: