Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #320743

    Hello,

    I have a few tweaks I need on my footer.
    They are as followed:

    1. How do I adjust the opacity of the Title for the sections on the footer?
    2. How do I adjust the font family of the Title for the sections on the footer?
    3. How do I adjust the font size for the body of the footer?
    4. How do I set a max height for the footer?
    5. How do I change the boarder of the testimonial box in the footer to #628029?

    #321392

    Hey mcraig77!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widgettitle { color: black; font-family: arial; }
    #footer p, #footer a { font-size: 14px; }
    #footer { max-height: 200px; }
    #footer * { border-color: #628029!important; } 

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #321484

    Hi Yigit –

    Thanks for this I’m still having some issues.

    1. How do I decrease the padding on the top and bottom of the footer?
    2. How do I change the background of the testimonial area?
    3. How do I change the line color for the box of the testimonial area?
    4. How do i change the font color of the testimonial area?
    5. How do i change the font color of the persons name and position in testimonial area?
    6. How do I increase the size of the column titles?

    Website:
    http://www.fertilizersusa.com/

    • This reply was modified 10 years, 2 months ago by mcraig77.
    #321540

    Hi!

    Please add following code to Quick CSS as well

    #footer { padding: 0; }
    .footer_color .avia-slider-testimonials .avia-testimonial-content, .avia-slider-testimonials .avia-testimonial-arrow-wrap { background-color: #888; color: red; }
    #footer strong.avia-testimonial-name { color: orange!important; }
    #footer span.avia-testimonial-subtitle { color: blue !important; }
    #footer .widgettitle { font-size: 20px; }

    I did not understand this questions clearly “How do I change the line color for the box of the testimonial area?”. Please elaborate

    Regards,
    Yigit

    #322109

    Thanks for this Yigit!

    two more things.

    1. How do I change the color of the triangle at the bottom of the testimonial?

    2. How do I change the boarder color of the testimonial box and triangle?

    3. Can I have the testimonial box line up with the other widget element on the top?

    Thanks SO much!

    See screenshot.

    https://www.dropbox.com/s/l8sy417dqwdpklu/Screen%20Shot%202014-09-19%20at%2012.06.13%20PM.png?dl=0

    • This reply was modified 10 years, 2 months ago by mcraig77.
    #323603

    Hey!

    Please add following code to Quick CSS as well

    #footer .avia-arrow { background-color: #628029!important; }
    #footer .avia-testimonial-content { border-color: orange !important; }
    .avia-testimonial-wrapper { margin: 20px 0; }

    and remove following code

    #footer * {
    border-color: #628029!important;
    }

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.