Forum replies created
By removing the warning from the footer Custom CSS space it made the warning go away. For me that means it is resolved, even though I don’t know what was causing it.
Thank you.
That worked thank you!
This is resolved.
I was able to edit the read more button in appearance/theme options / short codes / button.
I remove the listing in the appearance / widgets.
I am still struggling on how to get rid of the hover animation effect on the thumbnail and read more links.
I was able to get the 3 columns. I needed to work in Firefox (instead of IE) to get the appearance/customize/blog/general/blog layout to work. And then I added .home.blog #primary { width: 100%; } to my custom CSS box.
I still need to know how to edit the read more button look and remove the recent posts and archives listing on the bottom.
I am already using the content box shortcode. So, I don’t see how this addresses the main issue in my question and that is how to get the ideal responsiveness with image size.
Hmm…tell me again why I upgraded to premium?
Maybe you could try to interpret my question in a way that you could help with the general topic without actually providing “code support”?
I figured it out. In evolve Plus: style.css I changed the code:
From
ul.nav-menu > li.current-menu-ancestor { text-decoration: none; background: rgba(255, 255, 255, .3) url(library/media/images/menu-item.png) left bottom no-repeat;}
To
ul.nav-menu > li.current-menu-ancestor {text-decoration: none; }
That is, removing the background information.
I’m sorry to say that did not work.