Home Forums Pro Themes Construction Base Pro Remove link from site title and removing the color from the slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70848
    David Dovi
    Participant

    Hi

    Great job with the theme, can you guys help me with removing the link from site title and removing the slider color so the pictures are clear.

    Thank you

    #70939
    wensolutions
    Keymaster

    Hello @ckbioffice,

    Thank you very much for the appreciations.

    Now to remove the link from the site title use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-title {
        pointer-events: none;
    }

    Also, the option to remove the overlay in the slider section is already available in the theme.

    For this go to Admin Panel > Appearance > Featured Slider > Slider Options and uncheck the option “Enable Overlay“.

    Hope this helps.

    Best Regards!!

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