Change font size and headlines at the footer container

Discussion in 'RoadFighter WordPress Theme' started by feirtag, Nov 17, 2015.

Thread Status:
Not open for further replies.
  1. feltl

    feltl New Member

    Joined:
    May 19, 2015
    Messages:
    11
    Likes Received:
    0
    Hello everybody,

    I want to change the font size and the size of the headlines at the footer container.
    I've added two widgets, a text widget at the first area and an individual menu at the last area.

    I tried several CSS Code by myself, but it didn't work ;-).
    You can visit the site here: http://feltl.de

    Thank you very much for your help!

    Greetings,
    Stephanie
     
  2. nitin

    nitin Guest

    Hi Stephanie,

    Greetings from InkThemes,

    To change the font size, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer .footer_widget p {
         font-size: 12px !important;
        }
    
    To change the size of headlines, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer .footer_widget h4 {
        font-size: 18px !important;
       }
    
    Note:- The values in the above code is the current value which is set in the theme. To see the effect, change this value before pasting it.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. feltl

    feltl New Member

    Joined:
    May 19, 2015
    Messages:
    11
    Likes Received:
    0
    Hi Nitin,

    thank you for your help! It works great for the text widget and the headlines.
    Can you also tell me the code for the individual menu at the last widget, please?

    I think it's something like that... but it doesn't work ;-).
    Code:
    .footer .footer_widget last .menu-footer-container {
        font-size: 16px !important;
      }
    Many thanks and regards!
    Stephanie
     
  4. nitin

    nitin Guest

    Hi Stephanie,

    Greetings from InkThemes,

    I just tried to visit your website http://feltl.de but I didn't find the concerned area as the site is not live.

    Please make it live so that I can provide you the necessary code.

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. feltl

    feltl New Member

    Joined:
    May 19, 2015
    Messages:
    11
    Likes Received:
    0
    Hi Nitin,

    the website is live now, but not for a long time. My client doesn't want it.
    Thanks for your help!

    Regards
    Stephanie
     
  6. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer .footer_widget a {
        font-size: 12px;
    }
    
    Note:- Please change the numeric value according to your requirement.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  7. feltl

    feltl New Member

    Joined:
    May 19, 2015
    Messages:
    11
    Likes Received:
    0
    Yes, of course! Wonderful!
    Thank you very much Nitin!
     
Thread Status:
Not open for further replies.

Share This Page