Premium WordPress Themes, Templates & Plugins Support WordPress Theme Support LastPoint Lastpoint: change main header size and navigation style does not apply

Viewing 4 reply threads
  • Author
    Posts
    • #2887
      flyingbird
      Member

      Hi I would like to have a larger main header. I have tried it with custom css height but it didn’t work.
      And I changed the navigation style and it would not apply. When I look at appearances theme options I see the changes but not when I look at the website.
      Furthermore I tried to set an icon as home but that would also not show up.
      Would be glad to get some help.
      Thanks so much.

    • #2898
      ThemeofWP
      Keymaster

      Hey, can you send us a screenshot? or try to “!important” in your css. We need to deeply look your issue. Also please make sure all cache plugins deactive? Sometimes users uses cache plugins and not displaying the changes.

      Best Regards
      ThemeofWp.com Team

    • #2926
      ThemeofWP
      Keymaster

      @flyingbird please use these css rules into your custom css section or add to the style.css than we’ll see the action:

      .header-right .site-logo {
      display: none;
      }

      .header-right .img-logo {
      background: url(“/fullurlyourrightlogourlhere/logo-right.png”) repeat scroll 0 0 rgba(0, 0, 0, 0);
      display: inline-block;
      height: 60px;
      margin-right: 0;
      width: 200px;
      }

    • #2964
      ThemeofWP
      Keymaster

      Can you update the theme v1.5? Mobile menu issues fixed now.

    • #3044
      ThemeofWP
      Keymaster

      Update your theme to latest version.

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