Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1031376

    I can not find a way to change the fontsize of the footer links i placed there with some widgets
    I made an footer menu with widgets bus the fontsize is to large. I tried several quick css but it did not work

    #1031691

    Hey Rob,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer a {
      font-size:16px !important;
    }

    Best regards,
    Rikard

    #1031756

    Thank you Rikard. But it did not work!

    #1031973

    Hi,

    Thanks for the update. Please try this instead:

    .footer_color a {
      font-size:16px !important;
    }

    Also make sure to delete the old CSS and JS files under Enfold->Performance before checking the results.

    Best regards,
    Rikard

    #1032045

    Thanks but it stil not works!

    #1032167

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1032186

    Ok

    #1033089

    I see that column 2,3,4,5 has changed, but not column 1 ? Houw can i change that font size text?
    Can I also change the fontsize of the headers?

    #1033666

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Footer widget font */
    
    #footer .textwidget,
    #footer .textwidget.custom-html-widget {
    	font-size: 14px;
    	color: #FFF;
    }
    
    
    
    

    Best regards,
    Vinay

    #1033730

    Hallo Vinay

    It does not work?

    #1033950

    I mean the header size does not change in the footer

    #1033954

    Hi!

    Please try using following code

    #footer .widgettitle { font-size: 15px; }

    If you are using a cache plugin, please make sure to flush cache

    Regards,
    Yigit

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