• Hi all,

    I am having a hard time trying to figure out how to edit the copyright text in the footer, remove the search from the nav (top right) and making the title ‘Your Name’ larger ,, any help would be appreciated. In the meantime I will continue to search the forum!
    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rainflower

    (@rainflower)

    I figured out the footer and search section! Just looking for some help on making my header title bigger and not clickable ??

    Hello,

    To make header title bigger, go to Customize > Typography > Logo section.
    To disable the link, add the below code to the Customize > Custom CSS section –

    a.site-title.site-logo-text {
        pointer-events: none;
    }
    Thread Starter rainflower

    (@rainflower)

    I missed this .. thank you so much worked like a charm! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘title, copyright footer and search option’ is closed to new replies.