how to change upper bar content

  • andrea_garay2005

    #4103

    originally you have the RSS feed ans search on it…….can I add text?

    Can I change the colour?

    Anonymous

    #27266

    Use graphene_feed_icon action hook.

    Search in this forum or Google for “Graphene Action Hooks” for action hook tutorials

    Anonymous

    #27267

    To change top bar colour,

    #top-bar {
    background: #123456;
    }

    or you can use image instead,

    #top-bar {
    background: url('image_URL');
    }

    Visit http://colorpicker.com for hex colour codes

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

  • You must be logged in to reply to this topic.