• Hello,

    I am using this really nice theme and replace the sliders in the header with my images and link them to a page. But the description that is displayed in the box below the title of the page takes the whole text entered in my page. Is it possible to set the number of characters in this box? or maybe the size of the box. I tried to insert a More tag between the text I want to appear and the rest of the page but it does not work…

    Also is it possible to change the size of the icons in the Services on the business home page?

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter soso74

    (@soso74)

    Or maybe can we remove the link between the Slider box title and the page to have a sliding of images without link with pages?

    Or maybe can we remove the link between the Slider box title and the page to have a sliding of images without link with pages?

    Would love to do the same.

    Thread Starter soso74

    (@soso74)

    I removed the link between the slider box title and the page by modifying the css as follow if that can help..:

    .featured-text .featured-title a {
    pointer-events: none; /* remove link between slider title and pages */
    }

    Thansk. I inserted that code into the Custom CSS and it worked.

    Actually it didn’t quite fixed the issue completely. The featured pictures still have active links.

    Thread Starter soso74

    (@soso74)

    Oh yes true, you have to add this:

    .featured-slider .displayblock a{
    pointer-events: none; /* remove link between slider title and pages */
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured Post/Page Slider description’ is closed to new replies.