changing the colors of the font

This topic contains 12 replies, has 2 voices, and was last updated by  b390 6 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #590

    b390
    Buyer
    Post count: 7

    is there a way to change the colors of the text from white to another color ?

    Am not pointing the member typing text no i was pointing at the text that coming with the plugin at the pages this is an exmaple

    https://imgur.com/a/oPHbW

    #593

    Guust
    Moderator
    Post count: 29970

    Without seeing the actual page, it is difficult to advice further, so have a look at https://wpgeodirectory.com/docs/customizing-your-style/ to find the right CSS.

    If you have no luck, post the URL of that page.

    Thanks

    #594

    b390
    Buyer
    Post count: 7

    http://kuwaitesports.net/login/
    http://kuwaitesports.net/account/

    these are some samples of what i have with the plugin … i just want to change the Font color in the plugin thats all

    #595

    Guust
    Moderator
    Post count: 29970

    Try this, change as required:
    .uwp_page .uwp-register-now, .uwp_page .uwp-login-form label {
    color: red;
    }
    Check the earlier link to identify any other that need changing for your theme.

    Thanks

    #596

    b390
    Buyer
    Post count: 7

    umm sorry for saying this but am new to this … where do i paste the code at or is it in the plugin it self ?

    #597

    Guust
    Moderator
    Post count: 29970
    #598

    b390
    Buyer
    Post count: 7

    just tryed it .. its not working maybe because of the theme am using … but i tryed it from the plugin and from the “additional CSS” Tab when customizing a page idk if i am doing it wrong but nothing is changing the labels are still in white and i have used all these codes

    1- .uwp_page .uwp-register-now, .uwp_page .uwp-login-form label {
    color: red;
    }

    2- .uwp_page .uwp-register-now, .uwp_page .uwp-login-form label {
    color: #f00;
    }

    3- .uwp_page .uwp-register-now, .uwp_page .uwp-login-form label {
    color: #ff0000;
    }

    4- .uwp_page .uwp-register-now, .uwp_page .uwp-login-form label {
    color: #f0;
    }
    at both places and still couldn’t change it .. is there any other ways to do it ?

    #599

    Guust
    Moderator
    Post count: 29970

    Please post your WP admin details in a private reply, and I’ll have a closer look for you.

    Thanks

    #604

    b390
    Buyer
    Post count: 7
    This reply has been marked as private.
    #607

    Guust
    Moderator
    Post count: 29970

    It was working, but you did not add any missing ones yet, this is what I said before:
    Check the earlier link to identify any other that need changing for your theme: https://wpgeodirectory.com/docs/customizing-your-style/

    Please check now.

    Thanks

    #609

    b390
    Buyer
    Post count: 7

    Am sorry for that .. but as i said i have no knowledge with the CSS coding … and thanks again for helping me ! Am sorry again and thanks for the help @guust

    #611

    Guust
    Moderator
    Post count: 29970

    CSS is the easiest of all the coding, have a good look at https://wpgeodirectory.com/docs/customizing-your-style/ and you’ll soon figure it out.

    Cheers

    #612

    b390
    Buyer
    Post count: 7

    i will … thanks again for helping with this best wishs and regards <3

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket