-
AuthorPosts
-
December 22, 2021 at 10:13 am #1333736
Hello together
I have here the logo in the function.php
replaced with texthow can I format this text
color ? size ? position
and how can i make the header height mobile horizontal
and mobile vertical less highthanks
kind regards
FranzDecember 22, 2021 at 11:21 am #1333742Hi Franz,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .logo .subtext { color: white; font-size: 20px; }
If you would like to make further changes, please post a screenshot and show them. You can upload your screenshots on imgur.com and post the links here :)
Regards,
YigitDecember 22, 2021 at 12:01 pm #1333746hello Yigit
thank you very much
this is greatone more question
when I do a refresh on the pc there is still a 5 mm high green stripe under the layerhow do I get this out
thanks
kind regards
FranzDecember 23, 2021 at 5:12 am #1333806Hi Franz,
Please try this CSS as well:
.home #av_section_1 { margin-top: 0 !important; }
Best regards,
RikardDecember 23, 2021 at 8:28 am #1333826Hello Rikard
Thank you very much
Now almost everything fits perfectly
Only 3 small things1 At the contact form the send button change the color normal and mouseover?
2 At the menu it has a dark underline at the current state, how can I change this color?
3 In mobile horizontal and vertical make the height of the header smaller?
Then I would like to emphasize that this theme is really great.
I wish the whole Kriesi team a merry christmas and a happy new year.
kind regards
FranzDecember 24, 2021 at 5:08 am #1333915Hi Franz,
1. Do you want to add a hover colour to the button? If so, then please try this CSS:
#top .av-custom-form-color .button:hover { background-color: red !important; }
2. Please try this CSS as well:
#header_main .avia-menu-fx { background-color: white; }
3. It looks like this CSS is controlling that:
@media only screen and (max-width: 767px) { .responsive #header_main .container { height: auto !important; } }
Did you add that? If you did, then please try to change it to something like this instead:
@media only screen and (max-width: 767px) { .responsive #header_main .container { height: 70px !important; line-height: 70px !important; } }
Merry Christmas, and let’s hope for a happy new year :-)
Best regards,
Rikard- This reply was modified 2 years, 12 months ago by Rikard.
January 6, 2022 at 8:49 pm #1334583Thanks a lot Rikard
everything fitsonly one thing I can not solve.
Change the color of the send button
mouse over worksthank you and kind regards
FranzJanuary 7, 2022 at 4:57 am #1334626Hi,
Thank you for the update.
Did you add this css code?
.button { background-color: #66bde6 !important; -webkit-border-radius: 33px; -moz-border-radius: 3px; color: #ffffff; font-size: smaller; padding: 5px 15px; }
This rule overrides the default background color of the submit button. If you want to override it, place this css code below.
input[type="submit"], #submit { background: red !important; color: white !important; }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the css.
Best regards,
IsmaelJanuary 13, 2022 at 7:38 pm #1335482Hallo Ismael
Thanks a lot now everything fits great
One more question
How can I change the background of the layer slider?
now it is white.thanks
kind regards FranzJanuary 14, 2022 at 12:58 pm #1335571Hi,
Have you tried editing the slider itself? There should be a slider settings for the background. You can also add a new layer, set its width and height to 100%, then apply a background to it. Just make sure to place it beneath the other layers.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelJanuary 15, 2022 at 9:49 am #1335677Hello Ismael
Thank you for your replySorry, I have not thought about it.
I will ask in the future the individual questions in a new request.
You can close this request
Kind regards
FranzJanuary 15, 2022 at 3:25 pm #1335693Hi,
Glad Ismael could 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 ‘logo as text’ is closed to new replies.