- This topic has 11 replies, 2 voices, and was last updated 4 years, 7 months ago by Leo.
-
AuthorPosts
-
January 27, 2020 at 9:58 am #1145982Anonymous
The Article site library by default has a border that surrounds the site title.
Digging through the various options in the “Customizer”, there doesn’t appear to be the option to remove it.
Is there one and if so where can it be found? If there is none, how can it be removed?
January 27, 2020 at 10:05 am #1145989LeoStaffCustomer SupportHi there,
Remove this CSS in the Additional CSS field in the customizer:
.main-title { border-width: 1px; border-style: solid; padding: 7px 15px; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps 🙂
January 27, 2020 at 10:12 am #1145993AnonymousThanks Leo. The article suggests the option to introduce “additional css“, however there doesn’t appear to be an option to update this.
January 27, 2020 at 11:01 am #1146026LeoStaffCustomer SupportSorry don’t mind the article.
Additional CSS should be available by default in the customizer:
https://www.screencast.com/t/igrjIpKB1You can find that CSS I mentioned above in there (imported at the same time during the site import). Remove that to remove the border.
Let me know if this helps 🙂
January 27, 2020 at 11:55 am #1146077AnonymousThere isn’t any additional option below “Homepage settings” i.e. “Additional CSS” doesn’t display.
Version 5.3.2 of WordPress is deployed and the user logged in has administrative privileges. It seems that “Background Images” is also missing.
January 27, 2020 at 12:05 pm #1146086LeoStaffCustomer SupportThat’s weird. What happens if you switch to a twenty series WP theme?
Can you see Additional CSS there? The theme itself doesn’t control that part.
As for background images, I’d assume it’s because the module is not activated:
https://docs.generatepress.com/article/installing-gp-premium/#activate-your-modulesJanuary 27, 2020 at 12:08 pm #1146088AnonymousAll other themes have been removed so there isn’t the ability to compare. Interestingly, the same issue occurs on a completely different site that uses another theme i.e. it’s missing as well.
Thanks for clearing up the reason for the “Background Images” options to missing.
January 27, 2020 at 12:10 pm #1146091LeoStaffCustomer SupportAll other themes have been removed so there isn’t the ability to compare.
You can reinstall a twenty series theme through your dashboard.
It would be good to disable all plugins and see if there is an unknown conflict somewhere as well.
We haven’t had this issue reported at all so unfortunately these debugging steps are required.
January 27, 2020 at 12:12 pm #1146095AnonymousThe reason it’s missing is because the configuration file restricts the use of unfiltered HTML. If it is disabled, it displays the option. You may wish to update the knowledge base.
/** define( 'DISALLOW_UNFILTERED_HTML', true ); */
January 27, 2020 at 12:32 pm #1146106LeoStaffCustomer SupportSo it’s working for you now?
That’s not a code we added in the theme but thanks for letting me know!
January 27, 2020 at 12:39 pm #1146117AnonymousYes. It’s a configuration setting when securing WordPress.
January 27, 2020 at 12:44 pm #1146126LeoStaffCustomer SupportThanks!
-
AuthorPosts
- You must be logged in to reply to this topic.