-
AuthorPosts
-
January 6, 2022 at 9:03 pm #1334584
Hallo,
ich habe die Anleitung für das Textwidget im Header verwendet, finde aber nicht, wo ich die Parameter ändern kann.
Ich möchte den Hintergrund und die Textgröße, + Farbe anpassen.
Der Text im Header soll den Hintergrund vom Header haben, oder transparent sein.
Der Text soll größer sein und nicht umgebrochen, wenn rechts und links noch so viel Platz ist.
Ich bitte um Hilfe.
Danke und ein gesundes neues Jahr.January 6, 2022 at 9:34 pm #1334587This post in EN ;)
Hello,I used the tutorial for the text widget in the header, but I can’t find where to change the parameters.
I want to customize the background and text size, + color.
The text in the header should have the background from the header, or be transparent.
I want the text to be larger and not wrapped when there is so much space left and right.
I ask for help.
Thank you and a happy new year.January 7, 2022 at 4:51 am #1334623Hi,
Thank you for the inquiry.
You can adjust the default header styles (text color, background) in the Enfold > General Styling > Logo Area panel. To adjust the style of specific elements such as the main menu, go to the Enfold > Advanced Styling panel. For more header options, please go to the Enfold > Header panel.
Best regards,
IsmaelJanuary 7, 2022 at 9:57 am #1334659Guten Morgen,
das löst mein Problem leider nicht.
Danke.Good morning,
unfortunately this does not solve my problem.
Thank you.January 7, 2022 at 1:28 pm #1334673Hi,
Thanks for the update. What exactly are you looking to style on your site? If you need help with a header widget, then please add some content to it. Otherwise we can’t see the ID of the element.
Best regards,
RikardJanuary 7, 2022 at 1:47 pm #1334674Hello,
I have created a widget “header”. There the font color should be white and the background of the widget should be transparent.
Thank you.January 7, 2022 at 2:40 pm #1334680Hey,
I added following code to bottom of Quick CSS field to turn the background color to transparent
#top #wrap_all #header #header_main .inner-container .widget { background-color: transparent; }
You can add following code to Quick CSS to change font color to white but since you are using white header, applying following code would make the text invisible
#header .widgettitle { color: white; }
Cheers!
YigitJanuary 7, 2022 at 3:43 pm #1334688Danke es funktioniert. Wie bekomme ich den Text größer?
Thanks it works. How do I get the text bigger?January 7, 2022 at 3:45 pm #1334689Hi,
To increase font size of the widget title, please use
#header .widgettitle { font-size: 26px; }
and to increase font size of the widget text, please use
#header .textwidget { font-size: 20px; }
Best regards,
YigitJanuary 7, 2022 at 5:38 pm #1334710Danke. Das funktioniert prima.
Warum wird der Text im Widget umgebrochen, obwohl noch viel Platz ist?Thank you. This works great.
Why does the text in the widget wrap when there is still plenty of space?January 8, 2022 at 7:22 pm #1334804January 8, 2022 at 11:59 pm #1334828Hallo und Danke für die schnelle Hilfe.
Wie bekomme ich jetzt noch die Schrift im Mainmenue immer in Rot?
Danke.Hello and thanks for the quick help.
Now how do I get the font in the main menu always in red?
Thank you.January 9, 2022 at 12:27 am #1334830Hi,
You can use the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Links to choose the color:
I did this for you, please clear your browser cache and check.
Let us know if this helped and we will close this thread, if you have any further questions please create a new thread and we will gladly try to help you with them also. We like to keep each thread on topic so other users can also find solutions to their issues, thank you for understanding.Best regards,
MikeJanuary 9, 2022 at 12:53 pm #1334850Hallo,
Die Schriftfarbe ändert sich erst, wenn die Seite nach unten gescrollt wird.
Bei ersten Laden der Seite ist das Menü nicht sichtbar.
Danke.beste Grüße
Hello,
The font color changes only when the page is scrolled down.
When the page is first loaded, the menu is not visible.
Thank you.best regards
January 9, 2022 at 1:22 pm #1334854Hi,
Thanks for the feedback, I added this css:#header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: red !important; }
please clear your browser cache and check.
Best regards,
MikeJanuary 9, 2022 at 1:37 pm #1334857Vielen Dank.
Ein Problem hätte ich noch. Da es in dem Iconset keine Narrenkappe gibt. würde ich gern bei der Trennlinie eine eigene png verwenden.
Ist das möglich?Danke.
Thank you very much.
I would still have one problem. Since there is no foolscap in the iconset. i would like to use a custom png at the dividing line.
Is that possible?Thanks.
January 9, 2022 at 3:11 pm #1334859Hi,
I had to guess which foolscap image you wanted to use, so to change this icon to an image:
I added this css:.hr-center.hr-icon-yes .av-seperator-icon:after { content: ""; background-image:url(https://new.faschingsklub-thalheim.de/wp-content/uploads/2022/01/Kappe_100.png); background-size: 100% 100%; display: inline-block; height: 30px; width:30px; } .hr-center.hr-icon-yes .av-seperator-icon { font-size: 0px; width: 30px; height: 30px; }
and the results are:
If you want to use a different image, simply change the url in the css.
I made this change for you, please clear your browser cache and check.Best regards,
MikeJanuary 9, 2022 at 3:27 pm #1334860Großartige Arbeit. Genau so möchte ich es. Vielen Dank.
Great work. This is exactly how I want it. Thank you very much.
January 9, 2022 at 3:36 pm #1334862Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Header Text Widget’ is closed to new replies.