Floating the logo area?

Discussion in 'RoadFighter WordPress Theme' started by bernz, Mar 11, 2014.

Thread Status:
Not open for further replies.
  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Is there a way to float the logo to the bottom left of the slider? The same question for the number area as well?

    Also if i wanted to remove those items, how would i do this as well.

    Thank you
     
  2. Gourav

    Gourav Support Staff

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

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.


    Thanks & Regards
    Gourav Shrivastava
     
  3. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Is there a way to remove the Logo or move it down?
     
  4. Piyush

    Piyush Support Staff

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

    If you want to remove the logo then
    paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_wrapper .logo {
    visibility: hidden;
    }
     
     
  5. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Hi Piyush,

    Thank you for the css code for the logo. I want to take a bit further, is there away to code it in order to make it disappear on the home page but appear on the subsequent pages?

    Thank you.
     
  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, instead of above given code in the previous post (#4) .

    Code:
    .home  .header_wrapper .logo {
    visibility: hidden;
    } 
    This will solve your issue.
     
  7. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Thank you.

    You guys ROCK!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page