Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1376733
How to change Single post content font size
Closed

Comments

  • Yallanpe started the conversation

    Hi,

    I have some questions about how to change some information within soledad theme because i searched more within customization panel but can not find any of theme

    1- How to change Single posts content (not single post title) font size?

    2- How to and Where Can the (Written by or by) for another text?

    3- How can change the style of social share box within single post? I want to large social share boxes with various colors.

    4- How to change text on comment panel like ( LEAVE A COMMENT) to another text?

    5- I want when i create image gallery don't set Featured image (Thumbnail image) for it. I want to when i open the post directly show image galleries and don't show the featured image within single post but if i don't set it featured image from home page don't show image thumbnail for the post only show the title.

    6- How to create Featured (Video & Image) Gallery on home page something like this image below 

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can add more the code to Customize > Custom CSS to do that:

    body.page .inner-post-entry, .container-single .post-entry, .container-single .post-entry p{ font-size: 15px }

    Change number 15 to value you want.

    2/ Please check options for it via Customize > Quick Text Translation

    3/ To do that, please try add more this code to Customize > Custom CSS:

    .post-share .list-posts-share a { border-radius: 50%; -webkit-border-radius: 50%; background: #3B559F; width: 22px; height: 22px; font-size: 12px; line-height: 22px; color: #fff; }
    .post-share .list-posts-share > a:nth-child(2){ background: #3FCDFD; }
    .post-share .list-posts-share > a:nth-child(3){ background: #DC4A38; }
    .post-share .list-posts-share > a:nth-child(4){ background: #BD081C; }

    4/ Please check options for it via Customize > Quick Text Translation

    5/ You should set featured images for all your posts to make sure it will display fine on all positions on the site. For the gallery, you need to install plugin Vafpress Post Formats UI to create post format gallery.

    If you didn't install this plugin, go to Appearance > install plugins and install this plugin.

    After that, go to edit a posts, on the above the posts title, click to "Gallery" tab and config your gallery posts.

    6/ This theme doesn't support this layout. But, you can use featured categories to make some featured categories display on your homepage. Check this video tutorial to know how to config your homepage magazine.

    Best Regards,

    PenciDesign

  • Yallanpe replied

    Thanks for your reply

    In Question 5

    I mean i want in gallery post format when open the post (means in single post) don't show Featured image,

    I want the property for hide featured image within gallery posts and set first gallery image to the featured image

  •  2,699
    PenciDesign replied

    Hi,

    By default, if you're using gallery post format - when you open the gallery posts, the slider will appears instead of featured image. So, the featured images will doesn't appears when you're on gallery posts format.

    Best Regards,

    PenciDesign