-
AuthorPosts
-
January 11, 2020 at 12:18 pm #1172368
I duly followed the instruction in https://kriesi.at/documentation/enfold/logo/#image-logo-with-subtext and no text appear on my website.
However, I can see it on the inspector.
It’s behind my slider.
Can you help me on this matter ?Thanks and best regards.
January 11, 2020 at 2:56 pm #1172387Hey mguillou5670,
Adding the css from the instructions in the documentation corrects your issue, perhaps you forgot to add or there is an error in your css, such as a missing bracket, please check./* CSS - Subtext on right */ #top .logo, #top .logo a { overflow: visible; } /* Subtext styling */ .logo .subtext h1 { font-size: 20px; font-weight: 600; } .logo .subtext { position: absolute; top: 50%; right: 0; transform: translate(120%, -50%); z-index: 999; }
Please see the screenshot in Private Content area of my test of the css on your site. If you added the css to your Enfold Theme Options > General Styling > Quick CSS field, try copying all of the code and paste into WordPress > Customize > Additional CSS this has error checking and will let you know of any errors in the code.
If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.Best regards,
MikeJanuary 12, 2020 at 8:43 pm #1172568Dear Mike,
Thank you very much for assistance.
It was not working because I was pasting the CSS code in the file “style.css” located in appareance/theme-editor.
I copied it as per your request in WordPress > Customize > Additional CSS and now it works.Best regards
January 12, 2020 at 9:26 pm #1172576Hi,
Glad to hear, when you add css to the “style.css” located in appearance/theme-editor and you have the css & js file merging enabled you will also need to save the theme settings to force re-building of the merged file.The merged files only update then the theme settings are updated, such as clicking the big blue button “save all changes”, saving the style.css file doesn’t update the merged files.
If the save button is not clickable, try adding a blank space into the Quick CSS field to activate the button.
I hope this helps explain what is happening.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeJanuary 13, 2020 at 9:11 pm #1172945I’m not sure I understand clearly what you mean.
When I’m in the style.css file in appearance/theme-editor I only have a button saying “updating changes”.Anyway don’t worry, the styling code is duly accepted in the 2 other ways, you gave me Enfold Theme Options > General Styling > Quick CSS field
and WordPress > Customize > Additional CSS.You can close the issue. :)
January 14, 2020 at 2:08 am #1173023Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Add text at the right of the logo in the header’ is closed to new replies.