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
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
But I don´t have any child theme right now.
How can I fix it without having to create a child theme?
Thanks
Charlotte
In the main theme functions.php, paste it after this line (16):
if(isset($avia_config['use_child_theme_functions_only'])) return;
Regards,
Josue
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
Never mind! I decided to have another layout.
Hi!
Glad you got it short out.
Please feel free to let us know if you need anything else.
Cheers!
Basilis