Hello,
my client would like to have struck the address bar in the header below. Can also change the position of the bar? The screenshot explains how I would like it. It is about the green strip, which should be below.
Best wishes,
Martin
Hi m_reiprich,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
Rikard
The site is not yet online or blocked, so it does not work.
The question is quite simple: can you move the position of the “Header Phone Number / Extra Info” from top to down? In the Enfold menu> Header I can only select whether the text is right or left.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info {
position: relative;
top: 50px;
}
Best regards,
Yigit
A good tip, thank you!
One more question, can the size of this text be set? She is too small for her customer.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.phone-info {
font-size: 16px;
}
Best regards,
Yigit
Perfekt, thank you!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit