Home › Forums › Perfect Forum › SKT Perfect Fitness – Front Page Center
- This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 29, 2018 at 5:49 am #97725
I am having troubles with the following issues:
1 -The header isn’t transparent even when I click the “Transparent Header on Front Page button” in the Custom–>Header->Header section. How can I make my header transparent? Like the Perfect Fitness Theme. (http://sktperfectdemo.com/demos/fitness/)
1A – is it possible to have a header like the Perfect Food Theme (http://sktperfectdemo.com/demos/food/)
2- How do I make the “title” and the “slidebtn” on the nivo-caption section become centered and responsive on all devices?
3- How do I make the “productcoursetitle” become centered in the productcoursebox section and be responsive on all devices?
I have included images:
1 & 2 issue – https://imgur.com/a/PnISD
1 & 2 – https://imgur.com/a/BZou43 – issue – https://imgur.com/a/my6OW
3 – https://imgur.com/a/rfZU3March 29, 2018 at 5:50 am #97726The website that I am trying to edit is:
https://alleviahealth.com.au/
March 30, 2018 at 9:22 am #97971Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.productcoursetitle { padding-top:55px;} .title { max-width:65% !important; margin:60px auto 0 !important; text-align: center !important;} .slidebtn { margin:0 auto !important;}
Regards,
ChrisMarch 30, 2018 at 10:02 am #97981Thanks Chris,
The coding worked well.
How do I make the header transparent? The “Transparent Header on Frontpage” is on, but is not doing anything.
March 30, 2018 at 10:32 am #97990Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.home .header { position: absolute !important; background-color: rgba(10,10,10, 0.5); z-index: 1000;} .nivo-caption { top:45% !important;}
Regards,
ChrisMarch 30, 2018 at 12:03 pm #98018Thanks Chris,
Transparent coding works well.
The mobile responsive version is stuffing up though (getting cut off)- it doesn’t look the same as the Perfect Fitness demo mobile view.
Mobile view:
My website – https://imgur.com/a/uDMJO
Perfect Fitness – https://imgur.com/a/E13YLMarch 30, 2018 at 12:19 pm #98022Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (mx-width:479px) { .home .header {position: relative !important; background-color: rgba(10,10,10, 1) !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.