Home › Forums › All Other Themes › Frontpage Settings: section1 make link open in new window, section2 images…
- This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 19, 2018 at 6:35 pm #105887
Hi there:
two short issues about frontpage settings… on http://www.bauchmuskel-bibel.de/
1) How can I set the link in section1 make open in a new window?
2) My images in section2 are shrunk and do not appear full round. How can I mak them appear full round?
Kind regards
August 20, 2018 at 11:36 am #105940Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
2) My images in section2 are shrunk and do not appear full round. How can I mak them appear full round?
Ans:
.services-row .services-box-image { border-radius:100%; overflow:hidden;} .services-box-image img { max-height:inherit; max-width:inherit; height:150px;}
1) How can I set the link in section1 make open in a new window?
Ans: Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveAugust 20, 2018 at 3:07 pm #105967Hello Dave my custom css field now looks like this but the setion images remain unchanged, what can be done?
.home .header { position: absolute !important; background-color: rgba(10,10,10, 0.5); z-index: 1000;}
.nivo-caption { top:45% !important;}
.skt-feature-icon { background-color:#6b1508 !important;} .services-row .services-box-image { border-radius:100%; overflow:hidden;}
.services-box-image img { max-height:inherit; max-width:inherit; height:150px;}August 21, 2018 at 11:45 am #106015Any news there?
The thumbnails on frontpage in section2 are still not full round although having added you css code?
pls help asap
August 21, 2018 at 11:50 am #106017Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
Remove
.services-box-image img { max-height:inherit; max-width:inherit; height:150px;}
And add this new css code
.services-box-image img { max-height:inherit !important; max-width:inherit !important; height:150px;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.