Home Forums Free Themes Magzimum Color footer and image dimensions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3440
    scorbelli
    Participant

    Hello I would like to ask 2 things, can you help me please?

    1) How can I change the color of the footer? i guess i need to add something in custom css I dont know what.

    2) What are the best dimension for featured images in order to look not cropped in featured slider section and images next to them? I mean what’s the right width/height ratio?

    Thanks for your great thmme and kind support!

    #3450
    wensolutions
    Keymaster

    @scorbelli, thanks for using Magzimum theme. Your queries has been replied below.

    1) How can I change the color of the footer? i guess i need to add something in custom css I dont know what.

    Response : You need to add following custom CSS in theme option. Please follow Appearance->Customize->Theme Options -> Custom CSS path from your dashboard.

    footer#colophon {
        background: #FF0000; /* change this HEX color code according to your choice */
    }

    2) What are the best dimension for featured images in order to look not cropped in featured slider section and images next to them? I mean what’s the right width/height ratio?

    Response : Required size of slider image is 1600px X 440px.

    Hope this helps!!

    #3452
    scorbelli
    Participant

    Thanks for the answer, you had already said the right dimension of the images.

    As for the footer, I meant the area with widgets, I had tried

    #footer-widgets { color: white !important; background: #414151; }

    but there is the problem that the title goes outside the widget area…and its possible to remove the white line of the widget area? thanks 🙂

    #3453
    scorbelli
    Participant

    I solved:
    #footer-widgets .widget-title {
    border-bottom: 0px;
    margin-top:1.0em;
    color: #31313f;
    font-size: 24px; }

    Very beatiful theme thanks 🙂

    #3455
    wensolutions
    Keymaster

    Glad that you resolved it by yourself. ! 🙂

    If you have any other problem, feel free to post them. Thanks.

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