fivebs
Forum Replies Created
-
I found a workaround which is to edit the page using Code Editor rather than Visual Editor.
I’d still like to know why the option to edit a figcaption using the Visual Editor.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Layout and Image AdjustmentsThe Post Carousel doesn’t seem to have any media settings. I suggest you edit the post itself to add padding. The Media and Text CoBlock has Padding under the Dimensions section.
Forum: Themes and Templates
In reply to: [Go] Add a block to the top/bottom of every page automatically.Thank you Milos. That would indeed do the trick for the blog page but I am also trying to setup WooCommerce and there are a multitude of pages that come with that. I’d rather not have to create them all again to add a block to the header.
Forum: Themes and Templates
In reply to: [Go] How to change the page title on the Go themeThank you Andrija (@gdandrija)
Your fix did the trick for the title itself but I needed a little extra to change the background for that entire section. Here is is in case it helps someone else:
header.page-header { background-color: #000000 !important; color: #FFFFFF !important; } h1.post__title { background-color: #000000 !important; color: #FFFFFF !important; } .entry-header { max-width: initial !important; padding-top: 0 !important; }