This topic has 16 replies, 3 voices, and was last updated 10 years by Noz.

  • Author
  • #354
     Noz
    Participant

    Hi,

    Have tried many things but can’t set custom colors to :

    – Group’s name
    – View group

    Under “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 ?

    #316
     liensenor
    Participant

    Hi,

    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

    #319
     SQadmin
    Keymaster

    Have 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 solution
    #320
     liensenor
    Participant

    There is no link configuration option on that section. So where to setup the link color please?

    #321
     SQadmin
    Keymaster

    You 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 solution
    #322
     liensenor
    Participant

    On the demo home page, the buddypress links : “newest – active – popular” are pink. How to modify them?

    #361
     SQadmin
    Keymaster

    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 solution
    #364
     SQadmin
    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 solution
    #371
     liensenor
    Participant

    Working perfectly.

    Thanks

    #373
     Noz
    Participant

    When you put a {color:#333}, it modifies all links, included the ones defined for buttons in settings…

    #376
     SQadmin
    Keymaster

    Ok. 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 solution
    #382
     Noz
    Participant

    Modifies 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) ?

    #384
     Noz
    Participant

    And profile header.

    #494
     SQadmin
    Keymaster

    Hi,
    That worked?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #517
     Noz
    Participant

    Hi,

    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 ! 🙂

    #526
     SQadmin
    Keymaster

    Hi,
    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
    #530
     Noz
    Participant

    Works when !important added :

    #breadcrumbs-wrapp a:hover, #breadcrumbs-wrapp a:focus {
    color:#HEXA !important;
    }

    Thanks. 🙂

Viewing 17 posts - 1 through 17 (of 17 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?