Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • fbernardello Friend
    #781903

    Dear Support, moving from the old to the new forum I’ve lost a post, nemed "Problem Blog Layout". On friday, Adam provided a solution, but I had not the chance to test it until this morning, and I can’t find the post anymore. Could you please restore it from the old forum?

    Regards, Federico

    Adam M Moderator
    #791135

    Hi @fbernardello,

    Could you please provide your site url and clarify about your problem so I can check it for you ?

    fbernardello Friend
    #793085

    Dear @adamm,
    sure! You had already solved the problem; unfortunately the topic remained in the old forum… In any case, these are the problems: 1 – In blog layout, MegaMenu shows image captions, and I’d like to hide them. (see captions.jpg) 2 – In mobile view, I would like to change the header background. In all the ather sections it’s a light grey, here is white #fff.

    Thank you, Federico


    1. captions
    2. mobile
    fbernardello Friend
    #812543

    No news?

    Adam M Moderator
    #814700

    Hi @fbernardello,

    Please open file templates/ja_teline_v/css/custom.css then add this code :

    .t3-megamenu .img_caption p.img_caption {
         display: none;
    }
    .layout-blog #t3-header {
         background: red;
    }
    fbernardello Friend
    #814878

    Dear @adamm, I see, thank you. I’m trying asap today.

    .layout-blog #t3-header {
         background: red;
    }

    I would like to apply this rule only in small and extra small layouts. How could it be?
    I think you mean to insert the color i want, right?

    Regards, Federico

    Adam M Moderator
    #815057

    Hi @fbernardello,

    So place it inside media queries as below :

    @media (max-width: 768) {
        .layout-blog #t3-header {
             background: red;
        }
    }
    fbernardello Friend
    #815073

    Hi @adamm,
    thanks a lot!

    Regards,
    Federico

    Adam M Moderator
    #815111

    Hi @fbernardello,

    Glad to be of assistance. I’m going to close this thread now as your problem has been solved. If you still have any question, feel free to let me know.

    Best regards,

    Adam.

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

This topic contains 8 replies, has 2 voices, and was last updated by  Adam M 8 years, 5 months ago.

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