Menu - dienshones

Discussion in 'Cloriato WordPress Theme' started by dienshones, Nov 6, 2012.

  1. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0
    Hi i have a few questions:
    1. would like to check how do i change the arrow in the menu bar to my custom color. In default its in blue.
    2.the search widget able to customize the blue color to some other colors?
    3. How do i align center in home page heading?
    4. Can i remove the home page heading? As i updated without any text. It will go to default text.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.It is not possible to change arrow color because it is an image, If you want to do that then go to images directory present in your theme directory and replace the arrow image with your image

    name of image is "downarrow.png"

    do not change the name of image.

    2.It is not possible to change it color because it is also a image.

    3.For removing home page heading


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

    Code:
    .home_text h1 {
    display: none;
    }
     
  3. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0
    Thanks for the prompt reply!
    Can i check for "downarrow.jpg"
    Do i access it from ftp ? or ?
    I cant seems to find images directory in theme directory.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    You can access your theme directory through ftp there you will get your theme directory > images directory
     

Share This Page