Updates to Header Section & Slider

Discussion in 'Nutrition WordPress Theme' started by kimkr, Aug 16, 2018.

  1. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    Hi -

    1)I would like to make the area with the logo and contact information disappear and only have a little bit of space between the menu and the top. How do I change that?

    2) I'd like my wording to be on the left and the image to be on the right side...can I switch them?

    3) I'd like to change background color of slide area with my writing on it

    4) I'd like to change the background color of the menu area

    Thanks!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    Will you please share your website URL here? SO that we could assist you accordingly.

    And for queries 2, 3 & 4
    It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution.

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  3. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    HI Akbar -

    Screenshot of current homepage:

    upload_2018-8-17_12-33-2.png

    i'd like the areas above menu, the menu and the slider to look more like this:

    upload_2018-8-17_12-38-26.png
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for your response,

    Just for the confirmation, do you want to have your website homepage as like the 2nd screenshot?

    If yes, then I would like to inform you that - This will require some source code customization in the theme which is time-consuming and would be done specially for you by our team and there would be some charges.

    Do let me know if you ready to go ahead, I will tell you about the customization cost.

    Waiting for your confirmation.

    Regards,
    Akbar
    InkThemes.com
     
  5. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0

    Hi Akbar -

    No - I just want to have 1) a little less space in the header area 2) a white background on my slider (where words are) and finally 3) a Blue background for my menu...

    Thanks,
    Kim
     
  6. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    I fixed #1 - the space issue.
    So I just want to make my slider background white - prefer to make the background of the site white too. Make menu background blue if option.
    Thanks
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for your response,

    Will you please share your website URL here?

    So that we could assist you accordingly.

    Regards,
    Akbar
    InkThemes.com
     
  8. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0

    www.kreegerdairy.com

    you will need to sign into see site as it is private

    user: kreegerdairy
    password: Kreegerdairy1$
     
  9. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    This color blue for the menu background: #0000FF
    This color white for the slider background and the site background: #FFFFFF
    Color font (somehow I changed the font color on the home in the sections under the slider, I would like the font to be similar to this: #2E2E2E
     
  10. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .entry_wrapper {
        background: white !important;
    }
    .slide .entry p {
        color: #2E2E2E;
    }
    .entry a {
        color: #2E2E2E;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  11. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    Hi Akbar -

    yes, that fixes the slider perfectly.

    still....

    1) can I make all the other sections (except the menu and footer) to be white like that?
    2) the fonts for the other parts of the site (homepage 2 cols, homepage portfolio, other pages) did not change to the #2E2E2E...is there another piece of code I can try?
    3) I would like the menu backgound and the footer background to be this blue: #0000FF

    Thank you
     
  12. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for getting back to us,

    Please use the below-mentioned CSS codes:

    Code:
    .main-content {
        background: white !important;
    }
    
    .index-content-wrapper {
        background: white !important;
    }
    
    p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
        color: #2E2E2E;
    }
    
    .menu_wrapper {
        background: #0000FF;
    }
    
    .footer {
        background: #0000FF !important;
    }
    Hope these will help...!

    Regards,
    Akbar
    InkThemes.com
     

Share This Page