• Resolved mgangelo

    (@mgangelo)


    Hi, i’ve been looking on the foruns but i can’t find anything related. Im using Chosen Pro on this website: amazonia.inesc.org.br

    I’d like to change the size of the social buttons, making then larger, the same thing with the size of the title of the pages in the menu on the left of social buttons.

    also, its possible to change the height just of the fixed post extra-wide and let the rest of the posts on home page with a different size?

    One last thing: i’d like to change the size of the video put before content, he’s too large now. Its everything related with sizing ??

    thanks

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks so much for upgrading!

    You can add the following CSS to the Additional CSS section in the Customizer to increase the font sizes of both the social media icons and the primary menu items:

    .site-header .social-media-icons a {
      font-size: 21px;
    }
    .menu-primary-items a {
      font-size: 16px;
    }

    Feel free to modify either pixel value to further increase or decrease the sizes.

    With Chosen Pro, there is a Featured Image size option in the Customizer and also every single post/page has an option for a customize size too. You can edit the first post’s Featured Image size with this box in the editor screen: https://pics.competethemes.com/lmtt.

    As for the Featured Videos, please try adding this CSS to limit their size:

    .featured-video {
      max-width: 800px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Social Media Buttons Size and others’ is closed to new replies.