Different Colors

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 7 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #255363

    baruch lanciano
    Expired Member
    Post count: 8

    Hi ! HOw can I make background for “geodir_tab_content” in different colors depending the id gd_placecategory? Thank you very match for your realy good job!!!!

    #255552

    Kor
    Moderator
    Post count: 16516

    Hi Baruch,

    I’ve just checked your Website and I think you can achieve it using the category classes as shown below. Insert the custom CSS below into GD > Design > Script > Custom Style CSS. Let us know if it’s what you’re looking for.

    
    
    /* Targets all beauty categories */
    .gd_placecategory-beauty .geodir-tabs-content{
        background-color:pink;
    }
    
    /* Targets all night club categories */
    .gd_placecategory-nights-clubs .geodir-tabs-content{
        background-color:blue;
    }

    Thanks!

    #255556

    baruch lanciano
    Expired Member
    Post count: 8

    I love you so match !!!!!!!!!

    #255558

    baruch lanciano
    Expired Member
    Post count: 8

    Yes its work perfect !!!!!

    #255571

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #255573

    baruch lanciano
    Expired Member
    Post count: 8

    Of course guys!!! I’ll do it right now

    #255646

    Paolo
    Site Admin
    Post count: 31206

    Thank you very much for that Baruch! 🙂

    #276057

    baruch lanciano
    Expired Member
    Post count: 8

    Hi ! Thank you for helping me, but if we could continue in this topic, can i do the different colors on the search page, depending the category?

    Kind regards

    #276111

    Paolo
    Site Admin
    Post count: 31206

    Hi again,

    I’m sorry, but that is not possible. There will be no specific class to target in search result for categories as opposed to archive pages.

    Thanks

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

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

Open Support Ticket