Premium WordPress Themes, Templates & Plugins Support WordPress Theme Support LastPoint Green line removal and main header size

Viewing 6 reply threads
  • Author
    Posts
    • #8421
      Karim Bizih
      Participant

      Hello there,

      I almost finished my first website with the Lastpoint theme. I mist say it’s a very nice theme. I just have trouble fixing some points. I dont know if it’s better to combine them in one support request or each seperate. I just combine them here.

      My first point:

      I noticed that the theme forces grey lines into some areas. I dont know why, but here are 2 pages as example.
      http://195.22.100.25/~kapperderijn/klantervaringen/ (check the grey lines between/below the lines on submit form)
      http://195.22.100.25/~kapperderijn/contact/ (also the grey lines between and below contact form)

      How can i remove those lines?

      Second point:

      I want the main header to be a little bit higher, including my logo. I dont see padding options in theme and with css i dont manage.

      Thats it. If you guys can help me with these 2 points, it would be awesome.

      Thanks

    • #8422
      Karim Bizih
      Participant

      Sorry i meant “grey” line removal and not “green” in the Title

    • #8423
      ThemeofWP
      Keymaster

      Hey Karim, you should set the header top border color closer to header color for this.

      You’ll see this settings under the theme options > Top header tab like this:

    • #8424
      ThemeofWP
      Keymaster

      Also if you use bigger logo you should use “Flat” header for this. Beacuse when the “Sticky” header will be fit your logo automatically to the theme.

      Also you can write a custom css in the theme options custom css section like below:

      
      .img-logo img {
          height: 120px;
      }

      If you use Flat header your header will be fit the logo. I hope that helps to you. If you have any questions please let us know.

      Best Regards
      ThemeofWP.com Team

    • #8425
      ThemeofWP
      Keymaster

      Ohh sorry, please add this to your style.css or custom css section of the theme options panel

      
      table {
          border-collapse: separate;
          border-spacing: 0;
      }

      it won’t be display anymore.

    • #8426
      Karim Bizih
      Participant

      Nice! Worked perfectly.

      Much thanks for the support and solution:)

    • #8437
      ThemeofWP
      Keymaster

      You’re welcome glad to works! You can contact me and our team anytime if you have any question.

Viewing 6 reply threads
  • You must be logged in to reply to this topic.