-
AuthorPosts
-
August 13, 2018 at 3:18 pm #996726
Hello,
i’m using a full-slider and want the heading to appear in big and small letters, just as i typed it in in the backend. But on the frontend there is just big letters, wich makes extremly hard to read, because i use the font blackwords.
Is this possible and am i just to stupid to find it in the configuration?
Or is there any other workaround?Thanks in advance!
JanAugust 13, 2018 at 3:53 pm #996736Hey Jan,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaAugust 14, 2018 at 12:23 pm #997050Hey Victoria,
thanks for your quick response!
Here is the link:Can you please also check, why the Logo in the header is not appearing. It’s only appearing as soon as you sroll down, but you can press the invisible Logo, to get to the mainpage…. I couldn’t figure out yet, why it’s behaving like that.
Thanks in advance.Best greetings from germany!
JanAugust 14, 2018 at 5:03 pm #997156Hi Jan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av_header_transparency.av_alternate_logo_active .inner-container .logo a img { opacity: 1; }
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
If you need further assistance please let us know.
Best regards,
VictoriaAugust 15, 2018 at 10:48 am #997496Hi Victoria!
Thanks for the CSS, it worked out well. But still have the problem with the big letters and the small letters. I want all letters to be showen in the frontend, as i wrote them in the backend. Can you tell me how i can manage this?Thanks in advance!
BTW: Here is a Admin-LoginBest regards
Jan- This reply was modified 6 years, 3 months ago by Victoria.
August 16, 2018 at 5:08 pm #998007Hi Jan,
Oh.. sorry I missed that part.
.avia-caption-title strong { text-transform: none; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 22, 2018 at 4:01 pm #1000411Thanks a lot! It worked out, BUT i use a Color section and a Special heading-Element as a Header on every page (H1) for the heading in the same font-style so i still have the problem with all other H1 headings with this font-style. Can you tell me how to get rid of the problem, so big and small letters in H1 always looks like in the backend?
Thousand thanks in advance!
JanAugust 23, 2018 at 6:43 am #1000583Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Slider Caption */ .slideshow_caption strong, div .slideshow_caption h2 strong { text-transform: capitalize; }
Best regards,
VinayAugust 23, 2018 at 8:54 am #1000611Hi Vinay,
thanks, but all the letters in H1 are still big in the frontend, despite i wrote them in small letters in the backend. For example, i write ” Jetzte reservieren” in the backend, and it is showen as “JETZT RESERVIEREN” in the frentend, when i use a special-topic-elemet, even if i add the code you gave me.Thanks in advance!
JanAugust 23, 2018 at 2:46 pm #1000757Hi Jan,
Sorry for the problems, please try this CSS as well:
.av-special-heading-tag { text-transform:none !important; }
Best regards,
RikardAugust 23, 2018 at 3:38 pm #1000794….worked out very well! Thanks a lot!
Best greetings
JanAugust 23, 2018 at 7:35 pm #1000910Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Big and small Letters in Slider-text’ is closed to new replies.