Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nzslashman Friend
    #189483

    Is it possible to have the masshead image but no text box overlaid?

    Cheers,

    Aaron.

    Saguaros Moderator
    #501362

    Absolutely, Aaron.

    You can go to backend settings of JA Masshead module and remove the title in Configuration Conditions parameters as well as the Default Title.

    http://static.joomlart.com/images/userguide/ja_templates/ja_hawkstore/masshead-backend.png

    Hope this helps.

    nzslashman Friend
    #501448

    Hi, this did not work I still get a white box.

    I edited line 760 padding to be 0px 0px 0px 20px in file css-36384.css and it removes the box completely.

    Thanks,

    Aaron.

    Saguaros Moderator
    #501452

    You’re right, Aaron :laugh:

    However, you shouldn’t edit in that file, it’s just a compressed file, you can go to backend > template manager > general tab > set Optimize Css to No. Then you can see that css rule belongs to /templates/ja_hawkstore/css/template.css file

    But I recommend you to make change by this way:

    – Create a new css file named: custom.css in directory /templates/ja_hawkstore/css

    – Put your own css code into this new file:


    .t3-masshead h3.jamasshead-title {
    padding: 0 0 0 20px;
    }

    This way will allow you to customize without fear of losing your work when updates appear.

    Best Regards

    nzslashman Friend
    #501665

    Hi sorry I am a bit of a hack n slash designer for this customer it was the fastest solution but I will implement this method for the future.

    Thanks.

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

This topic contains 5 replies, has 2 voices, and was last updated by  nzslashman 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum