Changes on Landmark

hey there.

i would like to make two changes on my landmark header which i have on two pages (blog and news)

  1. i want the white “frame” that you can see above and below to be gone
  2. i want the colour of the landmark to be a different shade of grey. also the text should be centered and the font colour must be a different one.

TIA

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

/*landmark's background, border, text alignment*/
.x-header-landmark {
	background-color: gray;
	text-align: center;
	border-color: transparent;
}

/*landmark header color*/
.x-header-landmark .h-landmark {
	color: blue;
}

Feel free to change those color values, If this does not work, please provide us the site URL.

Cheers!

worked perfectly, except the text doesn’t seem to be centered…

Please give us the URL of your page so we could see what’s causing it to be off center.

Thanks.

sure, www.patricklemmer.com

Please disable the coming soon page. I tried the login credentials in your other threads but they don’t work anymore.

Thanks.

coming soon is disabled

Hi There,

Try adding the following CSS rules as well.

.single-post .entry-title::before {
    float: none;
}
.single-post .entry-header {
    text-align: center;
}

Hope that helps.

still looks a bit off centered…

Hi again,

Please add the following code in your Customizer:

.archive .x-landmark {
    width: 100% !important;
    padding: 0 !important;
}

Cheers!

thank you. that worked!

Glad it worked.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.