• Resolved aarondavidson1

    (@aarondavidson1)


    I am trying to add new images, which I have been successful at using the post “slider” method, but they all retain the post’s title.

    How can I remove the title, I would like there to be no text.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there aarondavidson1,

    Hope you’re well today!

    This should be possible with some custom CSS. Since Albar has it’s own custom CSS tab in Appearance >> Theme Options >> Styling Settings >> Custom CSS you can add this code there:

    #alba-home-slider h3 {
    display: none;
    }

    If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter aarondavidson1

    (@aarondavidson1)

    Worked perfectly thanks

    Glad I could help ?? Have a great day!

    Cheers,
    Bojan

    pescabaits

    (@pescabaits)

    Bojan,
    where do i find the css tab??
    i’m new at databases
    ??

    the custom css space is in the Appearance > Albar Settings > Styling Settings tab

    very bottom text space labeled custom css

    pescabaits

    (@pescabaits)

    super
    i found it and had the currage to change it!!!
    works!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Slider Text’ is closed to new replies.