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

    Hi!
    On mobile screens I have the problem that I cannot find a way to move the title element of the full width element slider.
    I also tried to set font-weight to “normal” but didn’t work. Furthermore, I wanted to set a background behind the caption title text.
    But all selectors I tried didn’t work so I deleted them from my custom css.

    Do you have any solution to move the caption title and also to modify font-weight and set background color behind the text?

    Thanks.

    #1074375

    Hey Brautgalerie,

    It looks like you have file compression active under Enfold->Performance, that might be why your CSS is not applying. Could you try to turn that off until you are done editing the site please?

    Best regards,
    Rikard

    #1074387

    Dear Rikard

    Thx for your answer. I might be that file compression is enabled but with these settings I did several customizations and put it in the custom css field. Until now everything worked. I also was successful in aligning the caption title in the full width slider to the center.
    Do you have any other idea? Did I chose the wrong selectors? Maybe you could Tell me which are the right selectors.

    Thx.

    #1075259

    Hi,

    Thanks for the update. So it’s the header on the first section on the front page you are trying to target? If so then please try this CSS:

    .home #section-mobile-bg h1 {
      background:white;
    }

    Best regards,
    Rikard

    #1075405

    Thanks but I meant the slider on the Page below:

    #1075805

    Hi,

    Thanks for the update. Please try this instead:

    .page-id-574 #full_slider_1 .avia-caption-title {
      background:white;
    }

    Best regards,
    Rikard

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