Some changes to Bizway Theme

Discussion in 'BizWay WordPress Theme' started by ezbsolutions, Jan 19, 2015.

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

    ezbsolutions New Member

    Joined:
    Jan 3, 2015
    Messages:
    4
    Likes Received:
    0
    Hi,

    I would like to know how to do the following:

    1) Move the search button from the navigation bar to the blank are above it
    2) Have a "Contact Us" like the Infoway theme
    3) Move the sidebar containing the Primary and Secondary widgets to the left side instead of the right.

    This is the website that I'm trying to apply these changes:

    http://cms07374.apps-1and1.com/

    Thanks,

    Ricardo Bezerra
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    For this you have to do code customization in many files.
    And you have to apply many CSS code.

    Thanks & Regards
    Pramod
     
  3. ezbsolutions

    ezbsolutions New Member

    Joined:
    Jan 3, 2015
    Messages:
    4
    Likes Received:
    0
    Hi Pramod,

    I understand that it would be hard to point the files to make all the changes.

    Is it possible to at least show me how to do # 2, since this is the only think I don't like in this theme (big empty area)?

    Thanks,

    Ricardo
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Ricardo !

    Please let me know are you looking css code for themes by-default contact form or for form you are using.

    Thanks & Regards
    Pramod
     
  5. ezbsolutions

    ezbsolutions New Member

    Joined:
    Jan 3, 2015
    Messages:
    4
    Likes Received:
    0
    Hi,

    I want to have the wording "Contact us XXX-XXX" on the are at the right top corner of the header like the one used in the "infoway" theme.

    Thanks,

    Ricardo
     
  6. praveen

    praveen Support Staff

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

    Please follow the screenshot given below.

    add_contactus_bizway.png

    HTML:
     <p class="call_us">Call US-214-2547-142<p>
    Now paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    p.call_us {
    float: right;
    padding: 5px 20px;
    background: #0B6D8D;
    border-radius: 5px;
    color: white;
    }
    Thanks,
    Praveen
     
  7. ezbsolutions

    ezbsolutions New Member

    Joined:
    Jan 3, 2015
    Messages:
    4
    Likes Received:
    0
    Hi Praveen,

    It works.

    Thank you

    Ricardo
     
Thread Status:
Not open for further replies.

Share This Page