Premium Ribbon

Discussion in 'GeoCraft WordPress Theme' started by christinegaas, Feb 26, 2015.

  1. christinegaas

    christinegaas New Member

    Joined:
    May 12, 2014
    Messages:
    6
    Likes Received:
    0
    I'd like to change the color of the Premium ribbon to another color and I saw on another thread that this is an image that needs to be manipulated in Photoshop. Where is this image located?

    Also, I'd like to change the blue links color to another color. Would you show me where to change it?

    Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi christinegaas!

    Open "images" folder in "Geocraft Theme". The ribbon image is available there with name "ribbon.png".

    To change the color of blue links, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .f_post_content p a {
    color: red !important;
    }
    Thanks,
    Praveen
     
  3. christinegaas

    christinegaas New Member

    Joined:
    May 12, 2014
    Messages:
    6
    Likes Received:
    0
    Thank you. It worked for the links.

    As for the other question, I am sorry but I don't know where to find the "images" folder in Geocraft Theme. Are you saying that it came with my theme in my media library because if that is the case it was deleted along time ago. Could you resend me the image?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    You can find by default ribbon image on geocrafttheme-v2/images/ribbon.png

    Thanks & Regards
    Pramod Patel
     

Share This Page