Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #241064

    http://www.test.theimplantcentre.com/

    I’d like to change the colour of the secondary menu panel at the very top of the page to dark blue (#0e2f61) and the menu text (Patient site & Dentist site) change to white.

    Plus in the Patient Stories panel further down the page I want to close the gap between the top of the panel and image so that it’s the same size as the gap below the image. Ideally making the text Patient stories level with the op of the image.

    Many thanks
    Rupert

    #241065
    This reply has been marked as private.
    #241869

    Hey!

    You can use something like this css to get you started:

    #header_meta {
        background: #333;
    }
    #header_meta a {
        color: #fff;
    }
    #header_meta li:first-child { margin-right: 8px;}

    For additional customization we recommend looking into a freelancer from somewhere like Microlancer or Codeable since support isn’t really for customiztion.

    Regards,
    Devin

    #241978

    That’s great thanks Devin

    Please can you also respond to the second point I raised.

    #242068

    Hi!

    Please use this on Quick CSS or custom.css:

    #av_section_2 > div > div > div > div > div.flex_column.av_three_fourth.avia-builder-el-18.el_after_av_one_fourth.avia-builder-el-last {
    margin-top: -30px;
    }

    Regards,
    Ismael

    #242143

    Many thanks. How do I make the same changes to another page http://www.test.theimplantcentre.com/?portfolio=richard

    #242153

    Hey!

    Please add following code to Quick CSS as well

    .single-portfolio .entry-content-wrapper .sort_width_container:first-child { display: none; }

    Cheers!
    Yigit

    • This reply was modified 10 years, 8 months ago by Yigit.
    #242154

    Thanks Yigit, I thought it would apply it to the other portfolio entry but it hasn’t http://www.test.theimplantcentre.com/?portfolio=barbara how do I find out what the postid for another portfolio entry is?

    #242159

    Hey!

    I updated the code i posted in my previous post. Please try it now. It will apply the code on all single portfolio pages

    Best regards,
    Yigit

    #242178

    That’s great many thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Homepage tweaks’ is closed to new replies.