-
AuthorPosts
-
May 13, 2013 at 4:56 am #23184
In the Easy Slider, I cannot figure out where in the style sheet to increase the size of the caption text. It’s way too small.
For the main menu, bottom version, I cannot find where to change the font weight to not bold and the color to blue, not grey.
Thank you for your help.
May 14, 2013 at 1:40 am #118862Hi eswyt,
You shouldn’t ever change any of the styles directly in the main theme css files. The best thing to do is target the slideshow specifically for that page/slideshow.
If you can provide a link to the page, we can assist with the new css.
Regards,
Devin
May 14, 2013 at 7:44 pm #118863Sorry about posting in the wrong place. I started out asking a featured post question and resolved it but couldn’t delete the post, so asked my question again about this because I didn’t see you had replied already. :(
I actually don’t make changes directly to the style sheet. It’s my understanding that the “Quick CSS” is for that. That has worked generally and thanks for that.
For the slider, in the Full Width Easy Slider, there is not an option to alter the font size or appearance. Cannot view html mode when using the advanced layout feature. Anyhow, my site is not yet launched, so where can I send you the logon for you to take a look? Appreciate your guidance.
Still have the same question about the bottom navigation. I can’t find where to alter the font.
May 15, 2013 at 1:33 am #118864Hi,
You can alter the fonts on the FullWidth EasySlider with these
.avia-caption-title {
font-size: 15px;
}
.avia-caption-content {
}You can use this for the menu.
#top .main_menu .menu li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-size: 12px;
font-weight: 600;
font-size: 13px;
font-family: Helvetica;
}Regards,
Ismael
May 22, 2013 at 5:29 am #118865Hi Ismael,
Adding the CSS in the Quick CSS or the custom.css didn’t work for me. Still shows as small –
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
.avia-caption-title {
font-size: 25px;
}
.avia-caption-content {
}
May 22, 2013 at 5:30 am #118866Sorry, it did work. Of course my setting of 25px was pretty close to what it was anyway :)
May 22, 2013 at 7:58 am #118867 -
AuthorPosts
- The topic ‘Font size questions’ is closed to new replies.