Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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.

    #1334587

    This 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.

    #1334623

    Hi,

    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,
    Ismael

    #1334659

    Guten Morgen,

    das löst mein Problem leider nicht.
    Danke.

    Good morning,

    unfortunately this does not solve my problem.
    Thank you.

    #1334673

    Hi,

    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,
    Rikard

    #1334674

    Hello,

    I have created a widget “header”. There the font color should be white and the background of the widget should be transparent.
    Thank you.

    #1334680

    Hey,

    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!
    Yigit

    #1334688

    Danke es funktioniert. Wie bekomme ich den Text größer?
    Thanks it works. How do I get the text bigger?

    #1334689

    Hi,

    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,
    Yigit

    #1334710

    Danke. 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?

    #1334804

    Hi,
    Thank you for the link to your site, your title wraps because the css for the widget expects that you will be adding text to the widget also:
    2022-01-08_003.jpg
    2022-01-08_004.jpg
    so assuming that you are only going to use the title and no text I adjusted your css:
    2022-01-08_005.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1334828

    Hallo 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.

    #1334830

    Hi,
    You can use the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Links to choose the color:
    2022-01-08_006.jpg
    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,
    Mike

    #1334850

    Hallo,

    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

    #1334854

    Hi,
    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,
    Mike

    #1334857

    Vielen 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.

    #1334859

    Hi,
    I had to guess which foolscap image you wanted to use, so to change this icon to an image:
    2022-01-09_001.jpg
    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:
    2022-01-09_002.jpg
    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,
    Mike

    #1334860

    Großartige Arbeit. Genau so möchte ich es. Vielen Dank.

    Great work. This is exactly how I want it. Thank you very much.

    #1334862

    Hi,
    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

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Header Text Widget’ is closed to new replies.