Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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!

    :)

    #166566

    Hello tinagianna!

    Can you post the link to your website?

    Regards,
    Yigit

    #166634
    This reply has been marked as private.
    #166652

    Hey!

    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.jpg

    3)

    .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,
    Yigit

    #166703

    Hey 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! :))

    #166709

    Hey!

    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,
    Yigit

    #166973

    Excellent! Thanks so much Yigit!! It looks great now, all thanks to you :)

    #167048

    Oh, 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.png

    is 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.
    #167101

    Hello!

    Please add following code as well

    li.fergcorp_countdownTimer_event_li { float: right; list-style: none; }

    It will be floated to right and list style will be removed. Do not add list-style if you do not want to remove that dot in front of timer

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Small adjustments to color section, menu, and footer’ is closed to new replies.