-
AuthorPosts
-
March 21, 2014 at 9:33 am #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
RupertMarch 21, 2014 at 9:34 am #241065This reply has been marked as private.March 23, 2014 at 11:13 pm #241869Hey!
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,
DevinMarch 24, 2014 at 8:47 am #241978That’s great thanks Devin
Please can you also respond to the second point I raised.
March 24, 2014 at 2:11 pm #242068Hi!
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,
IsmaelMarch 24, 2014 at 4:18 pm #242143Many thanks. How do I make the same changes to another page http://www.test.theimplantcentre.com/?portfolio=richard
March 24, 2014 at 4:36 pm #242153Hey!
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.
March 24, 2014 at 4:40 pm #242154Thanks 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?
March 24, 2014 at 4:42 pm #242159Hey!
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,
YigitMarch 24, 2014 at 4:57 pm #242178That’s great many thanks
-
AuthorPosts
- The topic ‘Homepage tweaks’ is closed to new replies.