Home Forums SEA WordPress Theme SEA – Footer – Social Network – Size of Symbols and size of text – MOBILE

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27085
    bocekcech
    Participant
    Purchased
    Expired

    Hello,
    FOR MOBILE VERSION – I would like to ask how to shrink either in template settings or via css size in the footer of social network symbols and social network text IN MOBILE MODE. In the ART template this setting was directly in the footer setting, however it is not here in the SEA template. Please just use the CSS code so that we can adapt the text and symbols to the size of our needs.

    Our web page is https://bocekcech.cz/

    Thank you very much for your answer
    Best Regards
    Richard Čech

    #27091
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi there,
    Welcome to SeaTheme forum.

    The foot social text and symbols(icons) are set in the theme options:
    foot social text and symbols are set in theme options

    You can also adapt them by custom CSS like:

    body {
        --fontsize-foot-social: 14px;  /*pc*/
        --fontsize-foot-social-m: 20px; /*mobile*/
    }

    If you want to adapt icons for different size, please use custom CSS like:

    .footer-social .socialmeida-a .fa {
     font-size: 24px; /*pc*/
    }
    @media(max-width:767px) {
      font-size: 20px; /*mobile*/
    }

    Regards!
    SeaTheme – FAQsWordPress CustomizationFacebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.