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

    Hello,

    i have 2 Problems with my Project and hope you could help me.

    1) I wanted to add a black text shadow to the fullscreen slider text and maybe the slider title, i searched in this forum and find this solutions that i already tried:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title
    {text-shadow: 3px 3px 2px #000;}
    #top .avia-fullscreen-slider h2 {
        text-shadow: 1px 1px 7px #000;
    }
    #top .avia-fullscreen-slider p {
        text-shadow: 1px 1px 7px #000 !important;
    }

    after I tried this solutions and they didnt work, i activate the developer options and add a custom css class to the fullscreen slider with the name topslider and tried the solutions with .topslider instead of the CSS ids above. But it also does not work :( I hope you can find my mistake.

    2) My Second question is about the Blog Posts, if i edit them in the normal WordPress Editor they will show with the Blog-Image and the Blog-Title, but if i edit them with the enfold editor to Add Site Elements like a contact formular, they will be just show the content from the enfold editor without Blog-title and the blog-image. How could i prevent that?

    Sorry for my bad english i hope you can understand my issues. (Dont know if i could write in german).

    Thanks in advance.

    #1031779

    Hey social_natives,

    This code works:

    
    .avia_transform .av_slideshow_full .active-slide h2.avia-caption-title {
        text-shadow: 3px 3px 2px #000;
    }
    

    There might be an error in your quick css and so the code does not work, you might want to validate it.

    As for the other point, could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1032574

    Thanks it works.

    At this Blog-Post it looks good with the Post-Image and the Post-Title: Link 1

    And at this Blog-Post it is without these elements: Link 2

    My Custom CSS at the moment looks like this:

    .sub-menu .avia-menu-text {
    font-size: 14px;
    }
    
    #top #wrap_all .av-social-link-instagram:hover a {
        color: #fff;
        background-color: #e30615;
    }
    
    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #e30615;
    }
    
    #top #wrap_all .av-social-link-mail:hover a {
        color: #fff;
        background-color: #e30615;
    }
    
    .avia_transform .av_slideshow_full .active-slide h2.avia-caption-title {
        text-shadow: 3px 3px 2px #000;
    }
    

    Thanks in Advance

    #1033190

    Hi social_natives,

    Well, yes, when you build the posts with the Advanced Layout Builder you need to add all the elements you want to show manually.

    You can build posts with the Default editor and use the Advanced Layout Builder elements with the help of the magic wand tool
    Image 2018-11-13 at 22.00.42.png

    Best regards,
    Victoria

    #1033230

    Oh okay :D

    Thanks a lot.

    #1033255

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text Shadow Slider Text & Blog-Post’ is closed to new replies.