Pls help!!!

Discussion in 'BizWay WordPress Theme' started by wilson1stop, Apr 16, 2013.

  1. wilson1stop

    wilson1stop New Member

    Joined:
    Mar 5, 2012
    Messages:
    7
    Likes Received:
    0
    Hi,

    Can you help me?
    How to totally remove the SEARCH in menu bar?
    How to change all hyperlinks color to Orange or Blue?

    My website:
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .top-search {
    display: none;
    }
    a {
    color: orange!important;
    }
     
  3. wilson1stop

    wilson1stop New Member

    Joined:
    Mar 5, 2012
    Messages:
    7
    Likes Received:
    0
    Hi Nitesh,

    Thank for your helps, it's works.
    But Child Drop-down Menu background color was NOT so match; and I would like to put grey color as Quote background inside post, may I know what to put in style code?

    Looking forward for your answer, thank in advance.
     
  4. Nitesh

    Nitesh Support Staff

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

    For menu background paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li {
    background: your color value;
    }

    For quote background.
    I am not getting about which quote you are talking. So please share screenshot of that area. I will provide you exact css code for that.
     
  5. wilson1stop

    wilson1stop New Member

    Joined:
    Mar 5, 2012
    Messages:
    7
    Likes Received:
    0
    Hi Nitesh,

    Thank again for your helps, as per your requests:
    I already did research and added myself but design was not so match? Any suggestion code? Is there any Modification CSS style guidelines available for me to refer?


    May I suggest fix the Analytic code bugs which I added code through footer.php, and add a backup Theme Option Settings (with Restore options), and On/Off button for disable mobile browser theme?

    Thanks again.
     

    Attached Files:

  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    blockquote{
    background-color:grey;
    }
     

Share This Page