Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Busiprof
Template full width
douglas1979
January 8
in
Busiprof
Can you please help me change the title colours of the full width page so it matches the about us page. I have attached two screen shots.
Thank you.
Comments
imraz
January 9
Hi, @
douglas1979
Try with the below custom CSS, your page must be assigned with the full-width page template to get the effects:
/*page title color: having full width template*/
.page-template-Page-fullwidth .page-title h2{
color: #ff0000;
}
.page-template-Page-fullwidth .page-title p{
color: #008000
}
/*page title color: having full width template*/
Let me know did it work!
Thanks
douglas1979
January 11
Hi this has worked , however it has left a white line. Please see the screen shot and advice.
Thank you
douglas1979
January 11
Screen shot
Screenshot 2019-01-11 at 13.25.10.png
29K
imraz
January 11
To hide it you can try this one:
/*nav bottom line*/
.page-template-Page-fullwidth .navbar {
border-bottom: none !important;
}
/*nav bottom line*/
douglas1979
January 11
unfortunately that did not worked,
imraz
January 12
Hi, @
douglas1979
Please share your page link and if it is under maintenance mode please share the admin details for a while on my email address: er.
[email protected]
Thanks
Sign In
or
Register
to comment.
Comments