Feature ribbon color

This topic contains 2 replies, has 3 voices, and was last updated by  Kor 7 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #367872

    kerry
    Lifetime Member
    Post count: 138

    How do I change the feature ribbon color?

    #367887

    Joy
    Buyer
    Post count: 1076

    The featured ribbon is generated from an image. To alter it, you would need to upload your own ribbon.

    #367913

    Kor
    Moderator
    Post count: 16516

    Hi Kerry,

    You can change the featured ribbon with CSS:

    
    
    ul li .geodir_featured_img {
        background: rgba(0, 0, 0, 0) url("http://yoursite.com/your-new-featured-ribbon.png") no-repeat scroll 0 0;
    } 

    Add that in design > scripts > custom css and change this fake URL (http://yoursite.com/your-new-featured-ribbon.png) with the actual URL of the image.

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

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

Open Support Ticket