This topic has 6 replies, 2 voices, and was last updated 9 years by jwchameleoncorp.
-
Author
Tagged: visual composer, font color, Widgetized Sidebar
-
October 3, 2015 at 21:45 #80653jwchameleoncorpParticipant
Hello!
In Visual Composer, there is not a widget to add the list of Forums, so I created a Widgetized Sidebar and added the list of Forums that way.
However, the font color in the Widgetized Sidebar does not obey the Row Settings (font is set to display white.) See attached snapshots for example.
As you can see, the other native Visual Composer Widgets (Member Grid, and Groups Grid) obey the Row Settings and the font displays white.
Is there a way to force the Font in the Widgetized Sidebar to display white as well?
Thanks for all your help. You guys to a fantastic job!
Cheers!
Attachments:
You must be logged in to view attached files.October 3, 2015 at 22:30 #80671sharmstrModeratorTry this in quick css
COPY CODE.vc_column_container a.bbp-forum-title { color: #fff !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 3, 2015 at 22:58 #80672jwchameleoncorpParticipantBullseye! You are awesome @sharmstr !!!
Thanks so much for all your help! 🙂
October 11, 2015 at 03:24 #81757jwchameleoncorpParticipantHi @sharmstr
I tried to fix the same issue with another widgetized column in the same row, but was unsuccessful. Here’s the code I tried:
.vc_column_container a.awpcp {
color: #fff !important;
}You can go to the website or view the attachment to see the font that I’m trying to make white.
I also have the same problem with the font color in the very left column containing the “Register” link in the Login widget.
Doing my best to try to figure out the code on my own, but not nearly as talented as you guys are. You mind taking a look at it please?
Thanks!
Attachments:
You must be logged in to view attached files.October 11, 2015 at 03:40 #81759sharmstrModeratorI’m on vacation. Please start a new topic. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 16, 2015 at 23:16 #82831jwchameleoncorpParticipantHi @sharmstr
I added this to another topic like we discussed, but it’s been 5 days and haven’t received a reply. I know you just got back from vacation, but if you have a minute, you mind looking at this please?
I tried to fix it using this code, but no luck:
.vc_column_container a.awpcp {
color: #fff !important;
}I also have the same problem with the font color in the very left column containing the “Register” link in the Login widget.
See attached snap shot showing the issues, or you can go to the site at http://travelcuckoo.com
Doing my best to try to figure out the code on my own, but not nearly as talented as you guys are. You mind taking a look at it please?
Thanks!
Attachments:
You must be logged in to view attached files. -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.