Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #559874

    Dear Enfold Team
    Is there any way to define a background color of captions individually for only a few sliders (not for all)?

    I need those captions on my main site to be completely RED with white titles
    http://viramedia.de/

    But I only can do red the buttons….

    Would be glad for any help
    Thanks

    #560002

    Hey Viramedia!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your sliders a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .slideshow_caption h2,.your-custom-class .slideshow_caption p {
        background: red!important;
    }

    Best regards,
    Yigit

    #560031

    Thanks for hgelping
    Is there any way to do it withouth editing the functions.php?

    Thanks

    #560033

    Hey!

    Following line

    add_theme_support('avia_template_builder_custom_css');

    is actually added in functions.php file but commented out. You can simply remove // in front of the line at the bottom of the file to enable it. To target elements individually, this would be the best way :)

    Best regards,
    Yigit

    #560035

    is it in the wordpress functions.php or in the functions.enfold.php?

    #560036

    Hi!

    It is Functions.php file of Enfold, that you can edit in Appearance > Editor

    Cheers!
    Yigit

    #560039

    Thanks found it… Will it be deleted by the next update of Enfold? I have also seen the custom CSS field now…

    I changed

    .your-custom-class

    with

    .redblack

    as a identifier

    Than probably I should only type redblack in the Cusom CSS Class?

    Thanks

    UPDATE: Thanks it worked… great

    • This reply was modified 8 years, 3 months ago by Viramedia.
    #560048

    btw. is there any way to define a different style & font for captions than the standard ones? something like superbold and a bigger font for the main text? would be great.
    Thanks

    #560050

    Hi!

    Yes, it will be overwritten. You can use a child theme to avoid that – http://kriesi.at/documentation/enfold/using-a-child-theme/

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #560061

    If I would like to use ith for the accordion slider, probably I need another quickcss I suppose. How is the code for that?

    Thanks

    #560647

    Hey!

    use this code:

    .aviaccordion-title {
    background: red;
    }
    

    Regards,
    Andy

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