-
AuthorPosts
-
November 8, 2018 at 1:29 pm #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.
- This topic was modified 6 years ago by social_natives.
November 9, 2018 at 8:05 pm #1031779Hey 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,
VictoriaNovember 12, 2018 at 12:59 pm #1032574Thanks 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
- This reply was modified 6 years ago by social_natives.
November 13, 2018 at 10:01 pm #1033190November 13, 2018 at 11:52 pm #1033230Oh okay :D
Thanks a lot.
November 14, 2018 at 12:11 am #1033255Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Text Shadow Slider Text & Blog-Post’ is closed to new replies.