Home Forums Jevelin Theme Blog Picture Link Reply To: Blog Picture Link

Home Forums Jevelin Theme Blog Picture Link Reply To: Blog Picture Link

Hi Jon,

 

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

 

How do I turn off the maximize option from Images on blog posts? I would like for it to take them directly to the post when the Picture is clicked.

http://a21.7a6.myftpupload.com/blog/

You can achieve 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

 

.blog-list .sh-table-full a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container {
    right: 40%;
}

.blog-list .sh-table-full a.sh-overlay-item.sh-table-cell:last-child {
    display: none;
}

 

Also, is the title in the header/image “instagram influencer marketing” formatted as an H1 header? (http://a21.7a6.myftpupload.com/instagram-influencer-marketing/) I want to make sure I don’t have more than H1 per page for SEO purposes. Thank you in advance!

Yes it is formatted as an H1 in header so please change it from content of that page.

 

Best regards,
Shufflehound team