Multiple Questions

Discussion in 'BizWay WordPress Theme' started by prime369, Jan 4, 2013.

  1. prime369

    prime369 New Member

    Joined:
    Dec 30, 2012
    Messages:
    5
    Likes Received:
    0
    can you please help me with the following:
    1. How do I match the color of slider arrows with the menu bar color?
    2. How can I move the categories on the center in menu bar?
    3. There's a white background in the text area after I added an image. How can I remove the white background?
    4. How can I change the colored circles underneath the slider to match the color of my menu bar?
    5. How do I change font and color of the theme's text?

    My website is primelogisticsinc.com if you would like to take a look at it.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    1. hose are the images used in the slider. if you want to change the color of it then you can change it with the help of any photo editing tool and paste it in the image directory.

    2. Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .menu_wrapper {
    padding-left:250px;
    }
    3. We are not getting your third problem, send the screenshot where you have to remove the white background.

    4. The colored circles are also images, you have to change its color with the help of photo editing tool those images are available in "images" directory.

    5. To change the color you have to select the particular text and then you have to give the css code along with the color value that will change the color.
    And to change the font put the following code in custom css

    Code:
    body {
        font: your font;
    }
     
  3. prime369

    prime369 New Member

    Joined:
    Dec 30, 2012
    Messages:
    5
    Likes Received:
    0
    Hello again,
    1. I am unable to locate the slider images (ie arrow and circles).
    2. Done.
    3. Here's a screenshot of my issue: the text has white background which I would like to remove from my "Careers" category and "About" category.[​IMG]
    4.
    5. I still don't know how to change the font and the color in the website. I would like to make the font color black and the font Times New Roman.

    Thanks.
     
  4. prime369

    prime369 New Member

    Joined:
    Dec 30, 2012
    Messages:
    5
    Likes Received:
    0
    I would also like to match the color of the send button in the "Contact Us" category with the menu bar. Here's a screenshot:
    [​IMG]
     
  5. prime369

    prime369 New Member

    Joined:
    Dec 30, 2012
    Messages:
    5
    Likes Received:
    0
    Two more things:
    Here's a screenshot:
    [​IMG]
    I would like to decrease the height of this area.

    And on the mobile version, I would like to have all the categories in one row. Here's a screenshot of the mobile website currently:
    [​IMG]
     

Share This Page