I would like to change the font size and font color of the Title and Description of the Masthead module.
I added the following code to the custom.css but nothing happens. Is something wrong with them?

.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title{color: #ffffff !Important;font-size: 60px !important;}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description{color: #ffffff !Important;font-size: 20px !important;}

Best,
Zoran

    Hi zmand13

    Add to your custom.css

    .jamasshead .jamasshead-title {
    font-size:34px|important;
    color:#c00!important;
    }
    .jamasshead .jamasshead-description {
    font-size:20px!important;
    color:#c00!important;
    }

    You can change size value and color value as per your needs.
    Regards

    Many thanks!
    I did that.
    Best,
    Zoran

    pavit locked the discussion.
    Write a Reply...
    You need to Login to view replies.