Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #907305

    Hi, how do I reduce the font size for the header of the partner logo? So far I tried this. It does become italic, but this doesn’t affect the font size.
    thanks for help

    /*partner logo*/
    #top .avia-smallarrow-slider-heading {
    font-style: italic !important;
    font-size: 18px !important;
    }
    /* end partner logo*/

    #907479

    Hey Steve,
    Try adding h3 to your rule like this:

    /*partner logo*/
    #top .avia-smallarrow-slider-heading h3 {
    font-style: italic !important;
    font-size: 18px !important;
    }
    /* end partner logo*/

    Best regards,
    Mike

    #907493

    I added this, and it worked. However, it took all the logos up by a few pixels.

    I tried to correct it, setting the line height (line-height: 29px !important;). That also worked. Final result is this:

    /*partner logo*/
    #top .avia-smallarrow-slider-heading h3 {
    font-style: italic !important;
    font-size: 18px !important;
    line-height: 29px !important;
    }
    /* end partner logo*/

    • This reply was modified 6 years, 9 months ago by Steve.
    #907519

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘partner logo element header font size’ is closed to new replies.