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 #2142063
size title
Closed

Comments

  • salvadobarcelone started the conversation

    Hello !

    The size of posts 'titles seems to me very small on mobiles device. 

    I have set the title s' size at 45 px. They are fine on desktop but very small on mobile, is is normal?

    Thank you !

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change the post title size on mobile, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px){
        .container-single .single-post-title{ font-size: 24px; }
    }
    

    Change value 24 to value as you want.


    Best Regards,

    PenciDesign

  • salvadobarcelone replied

    thank you for the answer, on the homepage, I would like to put pictures between blocks of category is possible?
    Best regards.
    
  •  2,699
    PenciDesign replied

    Hi,

    Yes, you can.

    Example, if you want to put image between category:  "FIL INFO BARCELONE" and category "SORTIR A BARCELONE", please go to Posts > Categories > edit category "FIL INFO BARCELONE" > scroll down on "Add Google Adsense Code/Custom HTML below this category" > and add more the code like this:

    <a href="https://google.com/"><img src="YOUR_IMAGE_URL"></a>

    Note:

    1/ Change https://google.com/ on the above code to the link you want to go when users click on image.

    2/ Change YOUR_IMAGE_URL on the above code to the URL of image. You can check this guide to know how to get URL of an image.

    3/ If you just need the image - not link on that image, just need use this code:

    <img src="YOUR_IMAGE_URL">


    Best Regards,

    PenciDesign