Is it possible to change the text of fields

New home Forums Visitor Generated Markers Pre-sale questions Is it possible to change the text of fields

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #74867
    seyedrenani
    Member

    Hi dear Matthew
    Codes work well
    Thank you for your efforts
    I have one more request
    How can I change the text color of these parts “Filter by” and “All” to the desired color code?

    #74871
    seyedrenani
    Member
    This reply has been marked as private.
    #74878
    Matthew
    Moderator

    Hi @seyedrenani,

    That is great to hear that the code works well.

    With regards to changing the text colour, you may use the following CSS code:

    .wpgmza-marker-listing-category-filter > span{
        color: #fff !important;
    }
    
    .wpgmza-marker-listing-category-filter > select{
        color: #fff !important;
    }

    Please may you save the code into the “custom CSS” setting block, clear your browser cache and confirm if this helps?

    Please note that you can only change the text colour of the options in the select dropdown and thus cannot only change the first option.

    I hope this helps?

    Kind Regards,
    Matthew

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.