• There is some kind of border below my header(black line). I can’t get rid off it, I tried entering all kinds of lines of people, that had the same problem, into custom css style, but it won’t work for me.
    Also with the theme I’m using I can’t find an option to turn it off in the customization menu.

    Thank you very very much in advance for your time.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello davidwinston,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .header {
      border: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter davidwinston

    (@davidwinston)

    Thank you very much it worked like a charm. Now I would like to increase the font size of my page entry title. I get how it’s supposed to work but I just don’t know how to call it correctly.

    For editing my post font size this worked:
    /* For Post Title */
    #content .post .entry-title{
    font-weight: bold;
    font-size: 50px;
    }

    but I don’t know how to change my page title. I hate to bother you again. Can I look up the names of the variables somewhere (here post title) so I don’t have to bother you guys all the time.

    Thank you very much for your time and I hope i can resolve this things alone in the near future.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘black line under header’ is closed to new replies.