Home Forums Pro Themes Biography Pro History and Service Options

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #75314
    Justin Layton
    Participant

    Hello,

    I was wondering if for the “history” and “services” sections of the theme it would be possible to just add in text, as the demo shows, but not have it link to a page? I don’t want to have to create a page for each section and have those sections link back. Id rather just write in text – similar to filling in the skills sections which are not separate pages.

    My site for your review: http://justinplayton.com/

    Thanks!

    #75335
    wensolutions
    Keymaster

    Hello @jplayton,

    First of all thank you very much for using the theme.

    The theme has already provided the option where you have to either chose the pages or the category of your choice to set up these sections. It does not have the option to enter your custom text from the customizer.

    But if you want to turn the link off for these sections then add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .service-list a {
        pointer-events: none;
    }
    
    resume-list a {
        pointer-events: none;
    }

    Hope this helps.

    let us know if you have any confusion further.

    Thank you.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.