editing theme

Discussion in 'SwiftRay WordPress Theme' started by ianfraser, Nov 12, 2012.

  1. ianfraser

    ianfraser New Member

    Joined:
    Nov 8, 2012
    Messages:
    1
    Likes Received:
    0
    Hi
    can you please help me with the following:
    1 how do I remove your contact details top right of screen?
    I think you should advise how to do this in your instructions as this one of the first things people would want to do
    2 how do I remove categories heading and archives heading from left side bar?
    3 and finally how do I remove recent comments and categories from the widgets at the bottom of the page. When I select widgets I no not see this information
    regards
    Ian
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header .top_right_bar {
    display: none;
    }
    2.For your second and third issue.
    Go to
    Appearance > Widgets
    Drag text widgets and drop them in the Primary,Secondary, first, second and third widget area.


    This will solve your issue.
     

Share This Page