Edit code for single page layout
-
Hi there,
I am currently trying to make my portfolio website as a single page layout, using the following theme:
https://themeforest.net/item/wedding-responsive-single-page-wordpress-theme/4573910
I’m having some issues because I want to change a few things.
I wish to make the first (home) page with a black background, but keep the others white which is the theme background. I’ve tried:
body.page-id-13,body.page-id-33 #wrapper {background:#000;}
body.page-id-13,body.page-id-33 #wrapper,body.page-id-13 #content {color:#999;}however since it’s a single page layout where all pages are really one page, it just makes the whole background black.
I wish to remove the banner ribbons and just have text for each page heading.
I also wish to widen the page separators, or remove them.
The tutorial I’ve been following is https://www.youtube.com/watch?v=d69hLSdwCqU
Atm my website is under a nameserver change with a different domain so I’m waiting for that to update over the next day or two so I can’t show the website just yet.
Thanks for any help!
- The topic ‘Edit code for single page layout’ is closed to new replies.