Why are the page titles links? When on the page there is no reason to click the link only for it to take you to that same page. Hmm. Can you please tell me how to make the page titles regular text and not clickable links?
Thank you.
Hey mountaintopengraving,
Could you post a link to an example page so that we can have a closer look please?
Best regards,
Rikard
I changed the .css to change the font and background using:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container{
background-color:#222222;
}
#top .alternate_color.title_container .main-title a {
color: #ffffff;
}
The title is set on the page by using the setting on the right bar:
Layout > Title Bar Settings
Display the Title Bar with Page Title and Breadcrumb Navigation?
Display only title
Hi,
Add this to quick css:
.main-title.entry-title a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
That did it. Thanks.
Hi,
No problem, I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon