Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1204683

    Hallo,
    wie kann ich denn beim “einfachen Slider” die Textfarbe und den Hintergrund ändern?
    Aktuell ist die Hintergrundfarbe “schwarz 80%” und die Textfarbe “weiß”
    Ich möchte die Textfarbe “schwarz” und den Hintergrund “weiß 40%”!

    Danke schon mal im voraus für Eure Unterstützung

    Gruß
    Michael

    Google Translate:
    Hello,
    how can I change the text color and the background of the “simple slider”?
    The background color is currently “black 80%” and the text color “white”
    I want the text color “black” and the background “white 40%”!

    Thank you in advance for your support

    • This topic was modified 4 years, 5 months ago by hm.stedler.
    #1204898

    Hallo Michael,

    Could you post a link to where we can see the element in question please?

    LG,
    Rikard

    #1204943
    This reply has been marked as private.
    #1205183

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .caption_framed .slideshow_caption .avia-caption-content p {
      background: rgba(255,255,255,0.4);
      color: #000; 
    }

    Best regards,
    Rikard

    #1205784

    Hello,
    thank you for your help!
    Is not the solution to the problem.
    After insert in
    – Themes
    – Customizer
    — CSS
    no change

    Best regards
    Michael

    #1206022

    Hi,

    Please try it in Quick CSS instead, and make sure that you select to delete the old CSS and JS files under Enfold->Performance.

    Best regards,
    Rikard

    #1465047

    Hallo liebes Team

    ich habe folgendes Problem. Ich kann die Hintergrundfarbe beim avia-logo Slider nicht auf transparent setzen.

    Vielen Dank im Voraus

    #1465202

    Hi,

    @VariablerEsel: Please use this css code to adjust the background color of the logo image:

    .alternate_color .avia-content-slider .slide-image {
        background-color: transparent;
    }

    If you need additional assistance, please feel free to open another thread.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Einfache Slider Textfarbe und Hintergrund ändern’ is closed to new replies.