Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #381002

    Hi Kriesi,
    first of all thanks for such a great theme like Enfold.
    1) How can I change the thickness of the border underneath the logo / main memu area ? (I’m able to change the color in the General Styling / Logo Area tab).
    2) I want to activate the “Display only Title” option in the Header tab, but the font size is far too large. Where or how can I change that?
    Thanks very much for your help.
    Jürgen

    #381151

    Hi juergmahler!

    1. Add this to your custom CSS.

    #header_main {
      border-bottom-width: 1px !important;
    }

    2. Add this to your custom CSS.

    .main-title, .main-title a { font-size: 12px !important; }
    

    Cheers!
    Elliott

    #383653
    This reply has been marked as private.
    #384573

    Hey!

    It’s because of some custom styles you have set for the H2 element. Add this to your custom CSS to overwrite it.

    .caption_left .avia-caption-title {
      background: none repeat scroll 0 0 transparent !important;
    }

    Best regards,
    Elliott

    #386107

    Dear Elliott,
    thanks very much. I have deleted the white background in the H2 custom styling, worked perfectly.

    Best regards,
    Jürgen

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Border Thickness Logo Area / Font size of page titles’ is closed to new replies.