Remove archive page title dashes on landmark header

Hi

As I’m using the pro header and I want the archive page titles to show, I’ve used custom code for the child functions as per another post. Everything is good however is it possible to remove the dashes on either side of the archive page title?

I’ve shortened the width of the container and this works for some categories (http://dualvisual.com/prolit/category/commercial/) but not for the ‘Hotels’ category. http://dualvisual.com/prolit/category/hotels/

Thanks

Hey @romanaut,

Please add this code in Theme Options > CSS.

.h-landmark span:before,
.h-landmark span:after {
    display: none;
}

Hope that helps.

Thanks Christian - that worked.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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