Have footer same as header

Discussion in 'Traffica WordPress Theme' started by yourenglishtrainer, Jun 7, 2015.

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

    yourenglishtrainer New Member

    Joined:
    Jun 1, 2015
    Messages:
    6
    Likes Received:
    0
    When you open a page link from the homepage menu, it has a header. On the left, it says "Page Name", then on the right it says Home/"Page Name".

    I'd like to use this as my footer, but without any of the text/links. Could I have the code? Thankyou.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    First follow the screenshot given below.
    Traffica_add_custom_footer.png
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .my_custom_footer {
      background: #f6f6f6 url(/wordpress/wp-content/themes/traficatheme/images/crumb-img.png) center no-repeat;
      position: relative;
      border-top: 1px solid #d2d3d4;
      border-bottom: 1px solid #d2d3d4;
      padding: 40px 0 15px 0;
    }
    Thanks,
    Praveen
     
  3. yourenglishtrainer

    yourenglishtrainer New Member

    Joined:
    Jun 1, 2015
    Messages:
    6
    Likes Received:
    0
    Thanks, it worked!
     
Thread Status:
Not open for further replies.

Share This Page