Also help with:

Discussion in 'BusinessGrow One Page WordPress Theme' started by eppieness, Jul 29, 2015.

  1. eppieness

    eppieness New Member

    Joined:
    Jul 3, 2015
    Messages:
    14
    Likes Received:
    0
    Hi,

    A few other areas I'm struggling with - can you help please?
    http://the-marketing-team.co.uk/dk/

    1. How do I change the background colour of the section title bars? And the font within them?
    2. How do I change the background of the services section (not just the boxes, the full width background )
    3. How do I change the background colour of the circles in the services section?
    4. I want to add another link to the top menu - the theme options panel only gives me one option. I want it to be ON THE SAME LINE as the main menu.

    With thanks in advance
     
  2. praveen

    praveen Support Staff

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

    Please accept my sincerest apology for the inconvenience caused and delayed reply.

    Here is the solution of your issues: -

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    .index_titles {
        background: red !important;
        border-top: 1px solid blue;
        border-bottom: 1px solid blue;
    }
    2>
    Code:
    .services_block {
        background: green !important;
    }
    .services_box_container {
        background: green !important;
    }
    3>
    Code:
    .rect_box {
        background: purple !important;
    }
    Please change color according to your requirement.

    4> Please follow the video link given below: -
    http://screenpresso.com/=yDysf

    Regards!
    Praveen
    InkThemes.com
     

Share This Page