-
AuthorPosts
-
May 21, 2014 at 1:59 pm #267988
Hallo,
ich habe aus Versehen ein predefined color scheme angeklickt und dann waren meine ganzen Einstellungen durcheinander.
Ich habe alles so weit wieder eingestellt. Ich habe aber nicht geschafft, den Hintergrund vom secondary menu transparent zu machen im fullscreen slider (auf der Seite Kontakt).Könnt Ihr mir bitte noch einmal helfen.
Gruß, Arne
Adresse und Zugangsdaten schicke ich privat hinterher.
May 21, 2014 at 2:00 pm #267990This reply has been marked as private.May 21, 2014 at 2:10 pm #267995Hat sich erledigt, ich habe die Farbe vom alternate backpround unter general settings weggenommen.
Danke
May 21, 2014 at 2:10 pm #267996Hey!
Seems like you have already figured it out? – http://i.imgur.com/vYxGicE.png
You can change the font color in Enfold theme options > Advanced StylingCheers!
YigitMay 21, 2014 at 2:12 pm #267998Hat sich doch nicht erledigt, jetzt bleibt der Header transparent auch wenn ich scrolle. :-(
May 21, 2014 at 2:19 pm #268003Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta { background: transparent; }
Regards,
YigitMay 21, 2014 at 2:26 pm #268008Ein Traum! Danke Dir!
Wo Du gerade auf meiner Kontakt-Seite warst. In der Mitte steht die Adresse in der schmalen Farbsektion. Wie kriege ich dort die Abstände nach oben und unten gleichmäßig hin? Unten ist der Abstand größer als oben.
Danke, Arne
May 21, 2014 at 2:29 pm #268011Hi!
Please add following code to Quick CSS as well
.page-id-3065 div#av_section_1 .widget { padding: 0!important; }
Regards,
YigitMay 21, 2014 at 2:32 pm #268015Woher wisst Ihr das nur alles, unglaublich!
Vielen Dank und sonnige Grüße aus Hamburg.May 21, 2014 at 2:33 pm #268016Entschuldigung ein Letztes: wie bekomme ich die Adresse nach ganz links, so wie das Logo, und nicht begrenzt durch den container?
May 21, 2014 at 2:43 pm #268018Hey!
Please add following code as well and adjust the margin left value
.page-id-3065 div#av_section_1 .container { width: 100%; margin-left: 35px; }
Bitte schon und sonnige Grüße aus Vilnius :)
Regards,
YigitMay 21, 2014 at 2:51 pm #268024Versprochen: ein allerletztes. Wirklich.
Kriegen wir die Farbsektion ein wenig transparent? Macht das überhaupt Sinn? So ist da ja gar kein Bild im Hintergrund, oder?Gruß, Neo
May 21, 2014 at 2:56 pm #268027Hey!
Making color section transparent would not make any difference, background still will be white. You can edit your color section and add a background image to it and using custom CSS make the content inside color section have half transparent background
Regards,
YigitMay 21, 2014 at 3:48 pm #268055Okay, das habe ich schon vermutet.
Zu Deinem Code
.page-id-3065 div#av_section_1 .container {
width: 100%;
margin-left: 35px;
}habe ich noch eine Frage:
So verschiebt sich die Schrift bei Veränderung der Breite des Browserfensters. Kann man den Abstand der Schrift zum Rand so machen, das er immer gleich groß ist, so wie das Logo z.B., geht das über padding?
May 21, 2014 at 3:50 pm #268058Hi!
Please replace the code with following one
.page-id-3065 div#av_section_1 .container { width: 96%; }
Best regards,
YigitMay 21, 2014 at 4:56 pm #268097That’s it!
-
AuthorPosts
- The topic ‘Transparenter Header, secondary menu’ is closed to new replies.