Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1185898

    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.

    #1186219

    Hey mountaintopengraving,

    Could you post a link to an example page so that we can have a closer look please?

    Best regards,
    Rikard

    #1186349

    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

    #1186562

    Hi,

    Add this to quick css:

    .main-title.entry-title a{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #1186593

    That did it. Thanks.

    #1186605

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Page Titles Remove Link’ is closed to new replies.