• Resolved Oaz

    (@oaz)


    Hello,

    I am using your plugin on a website, thanks for this plugin !

    I am trying to customize carousel. I want the posts to have border-radius. When I test in browser, all is fine, but when adding css, it will not work, event with !important.

    I suppose I have a targetting issue. I wrote :

    .uagb-post__image {
    border-radius:5px !important;
    }
    .uagb-post__inner-wrap{
    border-radius:5px !important;
    }

    Same issue with posts grid, I would like to have border-radius as well for each post of the grid. I can achieve this in browser, but not when adding the proper css.

    may you help please ?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @oaz ,

    First, you need to add an Additional CSS Classe(s) from here for that particular block. And then you can your CSS in the Customizer under Additional CSS Tab.

    Like this –

    .my-class .uagb-post__image {
    border-radius:5px !important;
    }
    .my-class .uagb-post__inner-wrap{
    border-radius:5px !important;
    }

    I hope this helps.

    Regards,
    Sweta

    Thread Starter Oaz

    (@oaz)

    Hello Sweta, and thanks for you fast answer.

    Unluckily, it does not work, although I made sure the cache is empty.
    maybe there is one step missing to declare my class ? Nothing to do in functions php ??

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @oaz ,

    Could you please open a ticket with us from here by sharing more details of your site, so that we can have a closer look?

    Looking forward to hearing from you.

    Regards,
    Sweta

    Thread Starter Oaz

    (@oaz)

    Thanks !

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    You’re welcome, @oaz !

    If you need anything else we can help you with, please don’t hesitate to open a new ticket.
    ?
    Regards,
    Sweta

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customize carousel and post grid’ is closed to new replies.