Breadcrumbs on the Blogstrend theme

Discussion in 'BlogsTrend WordPress Theme' started by craighaughton, Jan 29, 2014.

  1. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrap {
    padding-top: 0;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I have not found any image at your footer area.
    I think you have removed it. Please add it again and do let me know.
    I will provide you possible solution.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2
    Hi Nitesh

    Thank you for the reply - I decided to use a different menu instead.

    Could you tell me how to hide the menu bar which is at the TOP of the website?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top_menus {
    display: none;
    } 
    This will solve your issue.
     
  7. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2
  8. craighaughton

    craighaughton New Member

    Joined:
    Aug 9, 2012
    Messages:
    10
    Likes Received:
    2
    Its ok - this did the job for me

    .top_menubar {
    display: none;
    }

    Thanks again!
     

Share This Page