Forum Replies Created
-
AuthorPosts
-
September 22, 2020 at 11:03 am in reply to: Background color issue. Not all areas are changing #134548Howard LeeParticipant
Thanks but it still doesn’t show in Full Width (desktop view) and my client doesn’t see it on his mobile devices. When I inspect, it seems the it’s pulling the color from the .dark-version styles and makes the text color #fff. When I add css to change the .dark-version to #000. The copywriter information goes black. I don’t think I’m targeting the right element in my css. Please advise
September 21, 2020 at 9:14 pm in reply to: Background color issue. Not all areas are changing #134491Howard LeeParticipantYes,
#latest-posts .post-categories ul li {color: #000 !important;}
This is the CSS I added but It’s not showing when I go full width in chrome, shows in Firefox, doesn’t show in mobile devices
September 11, 2020 at 12:03 pm in reply to: Background color issue. Not all areas are changing #133848Howard LeeParticipanthttps://prnt.sc/ufjobm Screenshot of the blog section. Text is white, author and date are black
September 9, 2020 at 9:44 am in reply to: Background color issue. Not all areas are changing #133712Howard LeeParticipantHello, thanks for the speedy reply. I’ve tried to copy a screenshot here but doesn’t seem to work.
Here is the code with the div section I’m trying to edit.
#latest-posts > div > div.archive-blog-wrapper.clear.col-2 a:link {color: #000000 !important;
}#latest-posts > div > div.archive-blog-wrapper.clear.col-2 {color: #000000 !important;
}The site is https://brandontheauthor.com/ It’s the “BLOG” section on the Front Page Panel.
September 8, 2020 at 10:48 pm in reply to: Background color issue. Not all areas are changing #133683Howard LeeParticipantI was able to add some custom CSS to at least get the font to show in black. However, I’m not seeing this change in a chrome browser. Works well in Firefox. https://brandontheauthor.com/
-
AuthorPosts