Tagged: header, sidebar, simclick, text color
- This topic has 9 replies, 2 voices, and was last updated 4 years, 3 months ago by Skandha.
-
AuthorPosts
-
July 21, 2020 at 5:17 pm #253680jandomvasParticipant
Hello! I downloaded the free version of SimClick and am really enjoying it. However, I have three minor issues that I can’t seem to fix:
1. the blog page’s header is very light grey color and the text is white. The rest of the pages look fine.
2. The Social on Header is missing across all pages.
3. I can’t get the right sidebar on the homepage.Thanks for any help!
July 22, 2020 at 12:28 am #253717SkandhaParticipant@jandomvas: Hello there,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaJuly 22, 2020 at 9:05 am #253762jandomvasParticipantHello @skandha. I figured out issue #2. The most important now is issue #1. Thanks.https://janinedominguesvasquez.com/blog/
Thanks,
JanineJuly 22, 2020 at 10:48 am #253784SkandhaParticipant@jandomvas: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change background color of custom header in Blog page */ .blog .custom-header::after { background-color: rgb(0, 0, 0); }
You can change the color according to your choice.
To have right sidebar on homepage
Go to => Appearance => Customize => Theme Options => Layout Options => Homepage Layout => Select Right Sidebar and Publish.Then,
Go to => Appearance => Customize => Widgets => Sidebar => Add your widgets and Publish.Let me know if this works out!
Kind Regards,
SkandhaJuly 22, 2020 at 3:22 pm #253814jandomvasParticipantHi @skandha. I used this code to adjust the background color /.blog .custom-header::after {
background-color: rgb(255, 255, 255)}/ but I still my menu and page title are still white. I a little CSS research but I don’t know how to change that or what it’s called.Regarding the Right Sidebar, I applied your directions but I’m not a fan of how that looks. But thanks!
Please let me know about the Header Menu area.
Thanks,
JanineJuly 23, 2020 at 1:19 am #253861SkandhaParticipant@jandomvas: Hello Janine,
The color code that you are using is whitergb(255,255,255)
. Try using other color code.
You can usergba(255,255,255,0.7)
where the last field is for opacity.Let me know if this helps you out!
Kind Regards,
SkandhaJuly 23, 2020 at 11:43 am #253900jandomvasParticipantJuly 26, 2020 at 11:48 pm #254190SkandhaParticipant@jandomvas: Hello Janine,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..blog .custom-header-content .entry-container .entry-title, .blog #site-navigation a, .blog .social-navigation li a, .blog #social-search-toggle { color: #000 !important; }
Let me know if this works out!
Kind Regards,
SkandhaJuly 27, 2020 at 7:30 am #254215July 28, 2020 at 4:50 am #254317SkandhaParticipant@jandomvas: Hello Janine, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/simclick/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘SimClick – text, header, and sidebar issues’ is closed to new replies.