khartist
Forum Replies Created
-
As per above, I found where to find the text styling location is, yet there doesn’t seem to be an option to change the hover-over color. Do I need CSS for this, and if so, can someone provide me with the code? — Thanks
Found the styling location – it’s sitting in Customizing > Footer Options.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Accordian hoverover color@gdalex, thanks. You’ve provided code to change the bg color of the accordion contents, and what I’m needing is the code to change the accordion description area. The default seems to be set to gray w/a dotted border, and I’d like to change its color. Sorry if I was unclear in my original post. https://www.quoarts.com/plans/
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Accordian hoverover colorI used the background color CSS which worked great, and now would like to add a hover-over color. I tried adding the hover css, but it didn’t seem to work:
/* Accordion block bg */
.wp-block-coblocks-accordion-item__content{
background: #E6EFF2;
hover: #E6EFF2;
}- This reply was modified 11 months, 2 weeks ago by khartist.
Thanks for the link!
Okay, thanks, I see now that it’s in Gutenberg Blocks – CoBlocks by GoDaddy.
@threadi, yes, I’m referring to the “Options for 2021” plugin.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Google analytics codeThank you!
@jordesign, thank you for the link, the highlighting option works perfectly!
Forum: Fixing WordPress
In reply to: Unable to add new image to media libraryI’m now able to upload… Tried clearing the browser’s cookies and cache and it seemed to have worked. Not sure if that was the issue, but I’m happy I can upload again.
Forum: Fixing WordPress
In reply to: Unable to add new image to media libraryImage size is not the issue. All images are optimized to website prior to uploading, and are about 120kb.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Not saving to DBHello,
I have the same issue as above…the plugin is not saving revised descriptions. I recently upgraded WP to 4.8.1 and wonder if this plugin is no longer compatible?Forum: Plugins
In reply to: [Easy Modal] How to link textTurns out the plugin crashed my site. Perhaps the plugin works okay for some themes just not the one I use.
Forum: Themes and Templates
In reply to: How do I find which theme is activated?Resolved … I copied over the 2011 parent footer php file to the child theme footer file, over-righting the 2013 child footer file. This worked as my footer has re-appeared and looks perfect! https://www.khartist.com
Thanks so much for your support. You guys rock!
Forum: Themes and Templates
In reply to: How do I find which theme is activated?The active theme is currently 2011 child-theme, so this is good. How do I make sure the parent theme is 2011 and not 2010? The 2011 parent theme is sitting deactivated in Appearance > Themes admin panel. Do I have to re-activate 2011, then re-active the 2011 child-theme?
This is my current style sheet info:
/*
Theme Name: Twentyeleven Child Theme
Description: Child theme for the twentyeleven theme
Author: Karen Hamilton
Template: twentyeleven
*/