Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • aaronnak Friend
    #201849

    Hi,

    On each page of this template that I’m using (for templecitysdachurch.net), at the top, there is a blue box that shows the Title of the page. Photos attached.

    I am wanting to change the blue into an image and remove the text/title of the page. No size changes. Same size of area but just an image and no text.

    Is this possible? Or would you recommend a better way of going about doing something like this?


    1. screen1
    2. screen2
    Pankaj Sharma Moderator
    #551879

    Hi it is JA Masshead module , that is showing page title , so if its published it will always shows the title of the page .
    you can hide text for all pages
    add this css code in your custom.css file

    .t3-masthead .jamasshead-title {
    display: none; }

    You can change the background of it . from blue to an image .
    add this css code into your custom.css file
    css/custom.css

    .t3-masthead {
    background: #0b96f3 }

    change the background as per your need , into a different color or add image .

    Hope it helps

    aaronnak Friend
    #553395

    Thanks! The code to hide the text worked but now the logo overlaps onto the rest of the page.. The image I’d like to have in place of the Masshead here would probably be enough to push the rest of the page down but this leads to….

    ….how would the code look if I want to add an image? I tried the code below and the image does not show.. :((

    .t3-masthead {
    background: url("../images/joomlart/slideshow/sl-1.jpg") no-repeat;

    The page now looks like this:


    1. Screen-Shot-2014-10-17-at-7.59.48-AM
    Pankaj Sharma Moderator
    #553414

    Hello the issue is coming from the logo . your logo image has too big size ..
    if you will reduce the size it can be adjusted .
    Add this css code into your custom.css file .


    .logo-image img {
    max-height: 100px;
    }

    it will look like this >>> http://prntscr.com/4x3app

    aaronnak Friend
    #553418

    Thanks! That worked. But the image is still not showing where I want it to… It has now turned into an empty light grey space the logo image overlaps..

    Pankaj Sharma Moderator
    #553419

    Hi yes its logo style .
    you can see it in demo also >>> http://prntscr.com/4x3s8w

    You logo height is still 150px ,if you put it to 100px it it will give you more space .

    aaronnak Friend
    #553423

    Yes, I like the logo size at 150px. 100 is a bit too small. The logo problem is solved.

    But my initial problem is… where the blue bar you have in your link, I want to fill with a picture INSTEAD of the blue color fill. How do I do that?

    Pankaj Sharma Moderator
    #553424

    Please check first 3 posts of this thread . its removed by you .

    aaronnak Friend
    #553425

    Yes, but I think you are misunderstanding me. I wanted to remove the text (the title) so I can place an image to take place of the entire blue… Is this possible?

    Pankaj Sharma Moderator
    #553444

    Hi
    as i can see image is already added by you but image path is wrong .
    this is the issue its not coming on front end .
    add this css code in custom.css to replace the previous code

    .t3-masthead {
    background: url("http://templecitysdachurch.net/images/joomlart/slideshow/sl-1.jpg");
    }

    It will look like this >> http://prntscr.com/4x7x5y

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

This topic contains 10 replies, has 2 voices, and was last updated by  Pankaj Sharma 10 years ago.

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