Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pavit Moderator
    #1037074

    Hello

    If i correctly understood your question, then you can add a border-top to the ja_masthead module (custom.css line 99)

    .our-story .ja-masthead .ja-masthead-detail {
    border-top:10px solid #000;
    }

    1. Screenshot-at-mag-25-21-23-20
    Ch1vpH Friend
    #1037092

    Hello again!

    Would you have any idea about my main banner module and how to do the same border again.

    I tried: `
    .jsn-es-background.slider-background { border-top:15px solid #ffcebf; }

    
    
    But it doesn't seem to work for me!?
    pavit Moderator
    #1037094

    You added an r more

    It is

    .jsn-es-background.slide-background {
        border-top: 15px solid #ffcebf;
    }

    1. Screenshot-at-mag-25-22-09-52
    Ch1vpH Friend
    #1037099

    Thanks again I can see as I refresh the page but it seems to be hidden under the banner!

    Any ideas?

    pavit Moderator
    #1037102

    It is overrided by the original css, add the !important to the code:

    .jsn-es-background.slide-background {
        border-top: 15px solid #ffcebf!important;
    }
    Ch1vpH Friend
    #1037104

    Thanks this has been more than productive to me!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ch1vpH 7 years, 6 months ago.

The topic ‘How to add a single coloured line above masthead’ is closed to new replies.