• Resolved jetboatr

    (@jetboatr)


    Hello. Is there a way to style elements such as label and selects globally rather than individually? For example, I’d like to modify all the labels to be a particular font from a style sheet rather than modify each label within the builder. Thanks.

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

    (@moomooagency)

    Hi,

    Yes it is.

    There is two way how you can do it.

    1. Add https://prnt.sc/10klnj3 custom class for each option where you want to style some element (label for example) And then you that class to add custom css.
    .my-custom-class label { your custom css here }

    2. Just use default class .uni-module label { your custom css here }

    Don’t forget to use !important rule for css to overwrite plugin’s styles.

    Hi, using Uni CPO Pro since couple of weeks for new project. Everything is fine with it but when I switch over to mobile the layout looks confused.
    Only using Uni CPO without activated Theme. Build it up like on YouTube Tutorial (https://www.youtube.com/watch?v=MwLNfW8xVYQ&t=60s) made by moomooagency.

    URL
    https://profil-fabrik.de/produkt/neu-responsive/

    Row′s are not in line anymore
    Breaks are in places where there should be none | should be enough free space to avoid breaks.

    For example desktop view:

    xxxDescriptionxxx xxxDescriptionxxx
    [Radio buttons] [text inputs]

    xxxDescriptionxxx xxxDescriptionxxx
    [Radio buttons] [text inputs]

    For example mobile view:

    xxxDescrip
    tionxxx xxxDescriptionxxx
    [Radio buttons] [text inputs]

    xxxDescrip
    tionxxx xxxDescript
    [Radio buttons] ionxxx
    [text inputs]

    • This reply was modified 3 years, 12 months ago by mawo1985.
    Plugin Author moomooagency

    (@moomooagency)

    In that case you need to add custom css to fix mobile layout. There is no way to do it in CPO. Please use Customizer and media queries.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Element Styling’ is closed to new replies.