• Resolved nickccofhl

    (@nickccofhl)


    When I’m using a regular grid or tiled wud I can hide the title area “Latest News’ but not with the Banner Slider. I need Latest News title area hidden so that it’ll blend in with my div container better. Can I hide it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AccountClosed

    (@wistudatbe)

    The banner slider, title, slug and read more button are defined in the CSS.
    To hide use next CSS values:

    
    .wud_slide a {
        display: none;
    }
    

    Regards, Danny

    Thread Starter nickccofhl

    (@nickccofhl)

    That hid the article titles, but I meant the title/title of the banner itself, where it says “Latest News”. What would be the css to hide that? Thank you btw.

    • This reply was modified 7 years, 5 months ago by nickccofhl.
    Thread Starter nickccofhl

    (@nickccofhl)

    Nevermind, I got it. the css to change was .grid-wud-h1
    Thank you for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide title of banner slider’ is closed to new replies.