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

    Please help and give me a tip where to do this. Thanks!

    #311477

    Hey Joerg!

    It depends on the widgets you’re using in the footer area. If you want to overwrite the font size of all widgets try this css code.

    
    #top #wrap_all #footer .flex_column p{
    font-size: 10px !important;
    }
    

    If you want to change the size of the copyright text use:

    
    #top #wrap_all #socket, #top #wrap_all #socket span{
    font-size: 10px !important;
    }
    

    Cheers!
    Peter

    #311541

    Hi Peter, thanks for your fast reply. Sorry if my questions seem to be stupid, but I’m new at this.
    I’m using the footer – column1/2/3 widgets. Where do I have to put the code – in the style.css of my child theme? I did it but couln’t notice any effect.

    #311543

    Hi!

    Please go to Enfold theme options > General Styling tab and put the code inside Quick CSS field. You can also add your custom CSS code to Custom.css file inside Enfold/css folder

    Regards,
    Yigit

    #311560

    Okay thanks! But this doesn’t effect the widget “footer column 3” and all the titels. Also the line height should be less. You can see it here: http://www.play-id.org

    #311614

    Hi!

    Please add following code to Quick CSS as well

    #footer .widgettitle { font-size: 12px; }
    #footer { padding: 0; }

    If that still does not help, please post a screenshot and show the changes you would like to make

    Regards,
    Yigit

    #1284596

    Hey guys!

    I’ve been trying every single option I’ve found so far, but none seems to work yet. Only the third column gets affected by the provided CCS above and it will also require an interlineation adjustment. So if you could pls help me with the appropriate code I’d much appreciate it.

    Kind regards,

    HC

    #1284646

    Hi @hacart,

    Please check your CSS code for any errors using this website – http://csslint.net/. Broken CSS might be causing the issue.
    If that is not the case, please post a link to your website and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    #1296644

    Hey Yigit,

    Hope you’re doing great.
    I need to make all text, including links in the footer area a bit smaller (10px). Interliniation should be proportional too, please.
    I’ve provided a link in the private content area.

    Thanks in advance.

    Regards,

    h

    #1296700

    Hi H,

    Thanks! Hope you are doing great as well :)

    Please go to Enfold theme options > Advanced Styling and edit “Widget Links” and “< p >” tagged elements and choose to apply it only on Footer section and set font size to 10px.

    Best regards,
    Yigit

    #1296816

    Hi Yigit,

    Great, thank you! How about the interliniation pls? I’ve tested some code, but it only affected the 3rd column. Any other options please?

    Regards,
    H

    #1296942

    Hi H,

    Could you please post a screenshot and show the changes you would like to make? I am not sure I understand it.
    You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

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