Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #406424

    Every time I try a new avia element, I cannot customize it. Is there a general syntax for this?
    This works for a text block:

    .avia_textblock.awesome-textblock p {
    font-size: 30px;
    padding: 0px;
    line-height:90%;
    font-family: Bitter;
    }

    But this does NOT work for a promo box:

    .avia_promobox.awesome-promobox p {
    font-size: 30px;
    padding: 0px;
    line-height:90%;
    font-family: Bitter;
    }

    Confused.

    #406435

    Hi Geoff!

    Thank you for coming back.

    Not really. You have to inspect the hierarchie of classes to the element you need (e.g. using FireBug).

    This differs from element to element.

    This will work:

    
    .avia-promocontent p {
        font-size: 25px !important;
    }
    

    You should add !important to all changes you make in custom.css or QuickCSS to ensure, that it overwrites other settings.

    Regards,
    Günter

    #406537

    Thanks for the quick reply Günter. I just remembered also the advice given here to use Google inspector. I tried that a moment ago and found the correct avia element label. I’m learning.

    #406809

    Hi!

    Great, just get back to us if you should have any more questions.

    Cheers!
    Rikard

    #411538

    Darn, I’m confused again by promo boxes. They seem very useful, but I would prefer to be able to control each promo box separately – not change all promo boxes to be the same.

    Please:
    1. how do I control font-size in individual promo boxes?
    2. how do I control font-family in individual promo boxes?
    3. how do I control padding in individual promo boxes? (There is too much space separating the text from elements above or below.)
    4. how do I control the padding between text and button within individual promo boxes? (This is the MAJOR issue – I have text running on top of the button, which is terrible.)
    5. can I control the placement of the button in individual promo boxes? (It seems only possible at the right.)

    Thanks

    #411961

    Hi!

    If you want to modify a specific element in the advance layout builder, you need to enable the custom css class. Basic knowledge in google inspector or firebug plugin can be very useful. Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

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