where can I change the backgroung color of my mastheads. They are too dark.

    lformica Hi

    The masthead section is set with dark background color, you can override this css rule:

    .view-article .t4-masthead .ja-masthead:before, .com_dtdonate .t4-masthead .ja-masthead:before {
        opacity: .65 !important;
        background-color: #000 !important;
    }

    You can change the opacity or background color as you wish.

    Doesn't seem to work, exactly where does this go?

      lformica You can add above css code into file: templates/your_template/css/custom.css and adjust the value as you wish.

      Or share me the super admin account so I will check for you.

      Write a Reply...
      You need to Login to view replies.