Tagged: cornerstone
-
AuthorPosts
-
January 2, 2017 at 1:40 pm #1313104
Hi X-Men,
Whenever I start a new page and I want to edit it with cornerstone, it has the white page with the page’s header at the top. Please see attached pic.
The problem is I can’t get rid of the white page behind cornerstone or the page header. How can I add new pages where the complete page is editable with cornerstone?
Thanks,
wernerJanuary 2, 2017 at 2:05 pm #1313140Hi There,
Inside Cornerstonr > Click Settings > General > Page Templates > Select Blank No Container Header Footer. > Save your page.
Hope that helps
Joao
January 2, 2017 at 2:11 pm #1313152Thanks it is perfect!
Another question please if you don’t mind. I’ve activated the accent line on my Custom Headline. Please see attached pic.
The problem is that the line is white and barely visible.
How can I change the color of the line to gold as the header?
Thanks,
WernerJanuary 2, 2017 at 3:24 pm #1313235Hi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.h-custom-headline.my-class.accent span:before, .h-custom-headline.my-class.accent span:after { border-color: red; }
change red for the desired color.
Hope it helps
Joao
January 2, 2017 at 10:27 pm #1313627Thanks for the code… but it did not work.
Any other ideas?
January 3, 2017 at 12:22 am #1313726Hi Werner,
Please add this on top of Customizer’s > Custom CSS.
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { border-color: gold !important; }
Hope it helps, Cheers!
-
AuthorPosts