Social share button in mobile layout / size of title in mobile layout

Home Forums Gillion Theme Social share button in mobile layout / size of title in mobile layout

Home Forums Gillion Theme Social share button in mobile layout / size of title in mobile layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • shosho
    Participant

    Hi there,

     

    I just updated to 1.0.11, but I still can’t find social share button in the single post in mobile layout. do I need to switch something on? and is there any way to change the size of title in mobile layout? or I need to edit style.css manually? thanks.

    Hi @shosho,

     

    I hope you are well today and thank you for your questions.

     

    I just updated to 1.0.11, but I still can’t find social share button in the single post in mobile layout. do I need to switch something on?

    In the theme Blog settings you have to enable Share option as shown in the attached screenshots.

     

    and is there any way to change the size of title in mobile layout? or I need to edit style.css manually? thanks.

     

    You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 768px) {
    #page-container .post-title h1,
    #page-container .post-title h2 {
        font-size: 22px;
    }
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)