Ruth
Forum Replies Created
-
I had the same problem on a localhost install and found that the Essential Addons for Elementor plugin was the problem. Once I deactivated it the issue went away. Hope this helps.
Forum: Themes and Templates
In reply to: [Klopp] Remove Date and Author on Blog PageUpdate: I have found a way to hide the meta data. It may not be the best method as it only hides it by changing the color of everything to the same as the background color. Below is the fix I used.
.grid .out-thumb .postedon a { color: #ffffff !important; text-decoration: none !important; } .grid .out-thumb .postedon { font-size: 12px; color: #ffffff !important; font-weight: lighter; margin-bottom: 5px; } #primary-mono .entry-meta { background: #ffffff !important; color: white !important; display: inline-block; padding: 4px 10px; padding-bottom: 8px; font-size: 14px; }
For me this resolved my issue. Some people may not like the space that is left so if anyone has a better solution feel free to post here.
Forum: Themes and Templates
In reply to: [Hueman] Bullets and Quote RemovalThanks bdbrown. Worked perfectly once I removed the first closing bracket before .widget. Problem solved.
Forum: Themes and Templates
In reply to: [Hueman] Bullets and Quote RemovalOkay
My site is still a work in progress, but I made it live so you can see it. What I am talking about is the mini calendars in front of archives and the dash mark in front of the pages in the sidebar.
I just known I am making this more difficult than it is but for the life of me can’t seem to find the answer. Here is the link to my site.
Forum: Themes and Templates
In reply to: [Hueman] Bullets and Quote RemovalUpdate Thanks to a previous post I have been able to get rid of the quotes. Many thanks to Alexander Agnarson/
I am still looking for the css to get rid of the sidebar line bullets and mini calendar. Any help appreciated.
Forum: Fixing WordPress
In reply to: Content Grey Line Removal Twenty Eleven Child ThemeHi,
I just couldn’t give up searching for a solution and wouldn’t you know I found it just minutes later. You can find the solution I used here. Worked like a charm for me.