-
Author
-
July 6, 2013 at 14:34 #354
Noz
ParticipantHi,
Have tried many things but can’t set custom colors to :
– Group’s name
– View groupUnder “Recently Active User Groups” on home page. It seems there is no class. Any change modifies ALL links, included those customized in settings admin (everything was set in Sweetdate settings, problem doesn’t come from here).
Any idea ?
July 6, 2013 at 14:34 #316liensenor
ParticipantHi,
Just want to know where to change where (or how) to change the site link color.
The home page have pink links color. I want to define my own color.
Cheers
July 6, 2013 at 20:04 #319SQadmin
KeymasterHave you tried customizing using Sweetdate -> Styling options?. All you need is there.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2013 at 21:35 #320liensenor
ParticipantThere is no link configuration option on that section. So where to setup the link color please?
July 6, 2013 at 21:38 #321SQadmin
KeymasterYou should read carefully what each field is intented to do. There are links that can be configured for each section: header, main,bread, footer
Example field for main:
Highlight Color
Select your secondary color to use for hover links and other elements.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2013 at 21:53 #322liensenor
ParticipantOn the demo home page, the buddypress links : “newest – active – popular” are pink. How to modify them?
July 8, 2013 at 10:23 #361SQadmin
KeymasterFrom Sweetdate -> Styling Options add to quick css:
a {color:#333}
Change #333 with your color
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 8, 2013 at 10:38 #364SQadmin
Keymaster@liensenor
Hi,
The same:
From Sweetdate -> Styling Options add to quick css:a {color:#333}
Change #333 with your color
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 8, 2013 at 12:18 #373Noz
ParticipantWhen you put a {color:#333}, it modifies all links, included the ones defined for buttons in settings…
July 8, 2013 at 12:30 #376SQadmin
KeymasterOk. Try this:
a:not(.button) {color:#333}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 8, 2013 at 13:01 #382Noz
ParticipantModifies also links in sidebars and breadcrumb…
Could it be possible to define a class only for those three links (in which php file and where (line) should I add the class name before adding it in CSS) ?
July 11, 2013 at 06:13 #494SQadmin
KeymasterHi,
That worked?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 11, 2013 at 15:30 #517Noz
ParticipantHi,
Yes works BUT breadcrumbs custom colors (hover) set in admin are also modified.
Have tried this :
a.breadcrumbs:hover {color:#HEXA !important;}
a.breadcrumbs-wrapp:hover {color:#HEXA !important;}
a:not(.button .breadcrumbs-wrapp:hover) {color:#8224e3;}But none worked… Can you help to restore breadcrumbs:hover ?
Thanks ! 🙂
July 11, 2013 at 22:03 #526SQadmin
KeymasterHi,
Try adding this after all the other styles:
#breadcrumbs-wrapp a:hover, #breadcrumbs-wrapp a:focus {color:#HEXA;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.