• Hi, I have a few questions on the Sparkling theme – I’d like to:

    Disable the post links in my sliders or customise them to go to other pages
    Add a “phone” icon and link to the social menu
    Make the text size in the slider caption larger
    Amend the links in my custom menu to open up in a new window

    Many thanks as always!

    Beanman

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Beanman

    (@beanman)

    Hi, I’ve fixed the links in the custom menu but still need help with the rest!

    Thx

    Beanman

    Hi Beanman,

    I hope you are well today and thank you for your questions.

    Disable the post links in my sliders or customise them to go to other pages

    You can try achieving this by using the child theme of Sparkling theme shared in the following reply.

    https://colorlib.com/wp/forums/topic/slider-with-link-to-the-post/

    Add a “phone” icon and link to the social menu

    To achieve this develop custom solution by referring the following custom solution.

    https://colorlib.com/wp/forums/topic/social-icon-xing/

    Or just add the following classes to the phone social icons menu.

    fa fa-phone

    Make the text size in the slider caption larger

    You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    .flex-caption div.excerpt {
        font-size: 15px;
    }
    .flex-caption h2.entry-title {
        font-size: 25px;
    }

    Best Regards,
    Vinod Dalvi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make slider text bigger, add phone link in social menu, disable slider links’ is closed to new replies.