• Resolved Anonymous User 5738192

    (@anonymized-5738192)


    Hi,

    Today I have installed Neve theme. I have the following queries:

    • How can I change the font size of Site Title and Tagline?
    • How can I change hover color of Site Title and Tagline?
    • How can I add Scroll to Top and Sticky menu to entire website without using a plugin.

    Thanks

    • This topic was modified 4 years, 5 months ago by Anonymous User 5738192.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @theoff,

    1. Here is a guide for it:https://docs.themeisle.com/article/1294-how-to-change-font-size-in-site-title
    2. Please add the following code to your Appearance -> Customize -> Additional CSS with your desired color:

    .wpbf-logo a:hover, .wpbf-mobile-logo a:hover {
       color: red;
    }
    
    p.site-description.wpbf-tagline:hover {
       color: red;
    }

    3. These features are available in the pro version of the theme. You can check the differences between themes here and our plans here.

    Thread Starter Anonymous User 5738192

    (@anonymized-5738192)

    Thanks for info!

    However, I have changed the theme because I was facing more problems. For example, (1) while editing a post with Elementor I received the following error:

    “You must call the_content function in the current template in order to … elementor to work for this page”

    (2) I was unable to access Theme Editor.

    Kind Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Font Size of Site Title and Tagline’ is closed to new replies.