-
AuthorPosts
-
September 25, 2013 at 1:45 pm #166061
Hi Kriesi Team!
1. I need to reduce and even out the color section area like this http://s21.postimg.org/e5p261nc7/question1.png
2. I wish to add an icon of a cart and a phone to the menu like this http://s22.postimg.org/660fyx1ap/question2.png
3. Can I remove the dot points found on the side of a widget menu – http://s13.postimg.org/o1isppbtj/question3.png
4. How do I move an image in the footer upwards so there isnt a gap inbetween the menu and image – http://s22.postimg.org/459we355d/question4.png
Thanks guys!
:)
September 26, 2013 at 12:07 pm #166566September 26, 2013 at 1:59 pm #166634This reply has been marked as private.September 26, 2013 at 3:11 pm #166652Hey!
1) Please add following code to Quick CSS in Enfold theme options
div.iconbox_content { padding-top: 20px; }
2) Add 42nd line here to Phone Number section
And edit Cart page and change page title with 44th line http://i.imgur.com/DhfCZXG.jpg3)
.entry-content ul { list-style: none; } .widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a { color: #719430!important; } .widget_nav_menu a { color: gray!important; }
4)
div#text-4.widget { margin-top: -25px; }
Best regards,
YigitSeptember 26, 2013 at 5:29 pm #166703Hey Yigit,
For 1 – Do you have a quick CSS code to adjust the Color section’s height/size rather than padding?
(Im trying to make the color section thinner than it currently is)For 2 – Which php folder are these lines found in?
Thankyou! :))
September 26, 2013 at 5:52 pm #166709Hey!
1) Please add following codes to Quick CSS as well
#av_section_1 { min-height: 50px; height: 80px; } div.iconbox_content { padding-top: 26px; }
2) Phone here http://i.imgur.com/WmHZkSS.jpg
and Cart here http://i.imgur.com/3qeUStU.jpg
No need to touch the files :)Regards,
YigitSeptember 27, 2013 at 3:10 am #166973Excellent! Thanks so much Yigit!! It looks great now, all thanks to you :)
September 27, 2013 at 8:17 am #167048Oh, one last thing! I am actually stuck on it right now..
I cant seem to align the count down timer to the right. It keeps defaulting to the left :( grr
http://s24.postimg.org/4czqoh3ut/question5.pngis there a Quick CSS code I can use to force it to the right?
- This reply was modified 11 years, 1 month ago by tinagianna.
September 27, 2013 at 12:02 pm #167101 -
AuthorPosts
- The topic ‘Small adjustments to color section, menu, and footer’ is closed to new replies.