Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1313104

    werbar77
    Participant

    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,
    werner

    #1313140

    Joao
    Moderator

    Hi There,

    Inside Cornerstonr > Click Settings > General > Page Templates > Select Blank No Container Header Footer. > Save your page.

    Hope that helps

    Joao

    #1313152

    werbar77
    Participant

    Thanks 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,
    Werner

    #1313235

    Joao
    Moderator

    Hi 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

    #1313627

    werbar77
    Participant

    Thanks for the code… but it did not work.

    Any other ideas?

    #1313726

    Friech
    Moderator

    Hi 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!