Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #551210

    Hey,

    I have added the code to the functions.php for the CSS field for ALB elements but I don´t see any field in the text block now on http://www.airlinestaffrates.com

    It is the tex block that begins Eligibility
    When I try add some text the background disappears – this is the CSS code
    .eligibility {
    background: rgba(255,255,255,0.5) !important;
    padding: 10px;
    max-width: 500px;
    margin: auto;
    }

    Thanks
    Charlotte

    #551254

    Hey Charlotte!

    Try pasting it after this line:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    I’d highly recommend you to start using child themes, they’re very convenient to enable/extend the theme’s functionalities.

    Best regards,
    Josue

    #551326

    But I don´t have any child theme right now.

    How can I fix it without having to create a child theme?

    Thanks
    Charlotte

    #551384

    In the main theme functions.php, paste it after this line (16):

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Regards,
    Josue

    #551747

    Hello again.

    I am sorry but I still don´t get it.

    There is no line like this: if(isset($avia_config['use_child_theme_functions_only'])) return;

    There is a line like this on 16:
    after this line: if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    Do you mean I shall paste this quick css code in the funtions.php file?

    .eligibility {
    background: rgba(255,255,255,0.5) !important;
    padding: 10px;
    max-width: 500px;
    margin: auto;
    }

    Charlotte

    #551751

    Never mind! I decided to have another layout.

    #551788

    Hi!

    Glad you got it short out.
    Please feel free to let us know if you need anything else.

    Cheers!
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘CSS field for ALB elements’ is closed to new replies.