Home › Forums › All Other Themes › Naturo Edits
- This topic has 8 replies, 2 voices, and was last updated 8 years, 8 months ago by Andrew Johnstone.
-
AuthorPosts
-
April 11, 2016 at 11:28 am #30033
Hi,
I’d like to make some edits to Naturo.1) move slider up below the header and make header transparent (about 0.7)
2) increase the size of the logo
3) Add external links to Slider “Read More” buttons.
4) create a max content width of 1000px
I have tried to implement some custom CSS to make some of these changes but the php code seems to override them.
Thanks for any help. The site (in development ) is here:
http://wordpress2015.wilddogworld.com/wordpress/
April 11, 2016 at 12:02 pm #30040Hi Andrew,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .logo{margin-bottom:0 !important; margin-top:0 !important;}
.header .header-inner .logo img{height:auto !important;}
.header{background:rgba(0, 0, 0, 0.4) !important; position:absolute;}Regards,
BradApril 11, 2016 at 12:06 pm #30043Brad,
Thanks! Great mods…!
And even greater support. Brilliant!
Andy
April 11, 2016 at 12:12 pm #30047Hi Andy,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
BradApril 11, 2016 at 12:30 pm #30058Done!
While you are at it, can you possibly suggest a mod for styling the menu with 0.8 opacity to match on smaller screens (phones & tablets). Is it the “.toggle” class I need to edit.
Thanks
April 11, 2016 at 12:54 pm #30064Hi Andrew,
Kindly add this code in custom css box:
@media screen and (max-width: 767px) {
.header{position:relative !important;}
}Regards,
BradApril 11, 2016 at 1:08 pm #30072HI Brad,
OK this seems to bust the them a bit in mobile device size. My @Media tag needs to revert to the themes lay out whereby the slide is below the header area and the header is a solid colour I think!
Andy
April 11, 2016 at 1:19 pm #30076Hi Andy,
In next theme update will try to do this. Thank you for your valuable suggestion.
Regards,
BradApril 11, 2016 at 1:46 pm #30087Thanks Brad,
In the mean time can you please suggest a way to mod the theme so that it reverts to the original theme styling/layout for smaller screens?
I’m afraid my skills with CSS are limited…!
Andy
-
AuthorPosts
- You must be logged in to reply to this topic.