Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #118862

    Hi 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

    #118863

    Sorry 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.

    #118864

    Hi,

    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

    #118865

    Hi 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 {

    }

    #118866

    Sorry, it did work. Of course my setting of 25px was pretty close to what it was anyway :)

    #118867

    Hey,

    Glad it worked. :))

    Cheers,

    Ismael

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