Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #222042

    Hi,

    I’m new to CSS and have a couple of things I’d like to change.

    I have tried many times to change the color of the header text in my footer and it doesn’t change. Under styling options for footer the color I want shows, but not on the footer. Is there any quick css I can add to change color?

    The header text is always in caps, which is ok, but if I want to change, how and where would I change. Is there quick CSS for changing case and font size?

    I’m talking about the following sections in footer: Business Hours, Mailing list and map

    http://myotechnology.com

    I thank you in advance!

    #222206

    Hey dsauce!

    You can change the footer widget title color using this on Quick CSS:

    #footer .widgettitle {
    color: red;
    }

    Cheers!
    Ismael

    #223055
    This reply has been marked as private.
    #223169

    Hi!

    You can post the screenshot using imgur or dropbox. Add this on Quick CSS or custom.css:

    h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    }

    Best regards,
    Ismael

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