Erase slider / Change police

Discussion in 'BizWay WordPress Theme' started by benspy, Sep 10, 2013.

  1. benspy

    benspy New Member

    Joined:
    Jun 4, 2013
    Messages:
    15
    Likes Received:
    1
    Hello,
    1) I want to erase the slider on the homepage
    2) i want to change the police (font?? in english i think)
    - i want to write on"Segoe UI"
    - i want the navigation bar on "Segoe UI"
    - ... i want al the website in "Segoe UI" :)

    tks a lot,

    Regards
     
  2. Piyush

    Piyush Support Staff

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

    1 Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider {
    display: none;
    }
    .slider-shaddow {
    display: none;
    }
    This will remove the slider.

    2. Paste the code given below in Custom CSS to change the font type.
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1, h2 ,h3,h4,h5,h6,p,span,ul,li,body{
    font-family: symbol ! important;
    }
    
    In place of "symbol" you can put your font.
     
  3. benspy

    benspy New Member

    Joined:
    Jun 4, 2013
    Messages:
    15
    Likes Received:
    1
  4. 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:
    #menu .ddsmoothmenu li a{
    border:none;
    }
     
  5. benspy

    benspy New Member

    Joined:
    Jun 4, 2013
    Messages:
    15
    Likes Received:
    1
  6. Gourav

    Gourav Support Staff

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

Share This Page