Home Forums Themes Support Footer & font size

Viewing 2 reply threads
  • Author
    Posts
    • #9853

      Hi,

      I’d like add a custom change for the footer police size and add a line in the menu, please see my screenshot,

      Thanks for your help

       

      Attachments:
      You must be logged in to view attached files.
    • #9861

      Hi Stephane,

      Thank you for rating.

      1. You can change footer font-size and change subscribe form to square by add custom css

      #jas-footer {
      font-size: 13px;
      }
      .signup-newsletter-form,
      .signup-newsletter-form input.submit-btn {
      border-radius: 0;
      }

      2. You can add line on top header by add custom css

      header {
      border-top: 3px solid #222;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

      • #9885

        Hi,

        After use this #jas-footer {font-size: 13px;} there is no modification , the font size is > 18 ?

         

        Attachments:
        You must be logged in to view attached files.
    • #9910

      Hi,

      This is line height of text not font size.

      If you want reduce space between text you can use custom css code

      .footer__top .menu li {
      line-height: 24px;
      }

      best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 2 reply threads

You must be logged in to reply to this topic.