• Resolved jovern

    (@jovern)


    Hi,

    I have added the below CSS but am having challenges in customizing the css further.
    1) How do i make the widget title to be bigger font size?
    2) how come my quick links title is white but the links are not white in colour?

    .footer-mega-col-wrap{
    background:#321820;
    font-size: 12px;

    color: #FFF;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;

    }

    • This topic was modified 5 years, 7 months ago by jovern.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Rafik

    (@rafikwp)

    Hello
    Thanks for reaching here.

    Please go to wp-content->theme->yourtheme->style.css file and put below CSS at the end of file.

    1.) Widget title font size

    .fmgc-columns .widget-title {font-size: 20px !important;}

    2.) Link color

    .fmgc-columns a{color: #fff !important;}
    .fmgc-columns a:hover {color: #fff !important;}

    Thanks,

    Thread Starter jovern

    (@jovern)

    Hi Rafik,

    works like a charm. thanks!

    i have reduce padding-left: 60px; to 30px; as the mobile version looks weird with such padding.
    after i reduce it, the web version is too left.
    i tried margin-left: 91px at the mega-col-wrap & fmgc-column but it doesn’t align the footer to the other contents of the web (logo, content & etc).

    could you help me please?

    Plugin Support Rafik

    (@rafikwp)

    Hello,

    Please find our site and join our live chat our technical team will help you.

    Thanks

    Thread Starter jovern

    (@jovern)

    Hi Rafik,
    I don’t understand. I thought this is the support forum already?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customizing widget style & formatting’ is closed to new replies.