Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fcosta774 Friend
    #202745

    Hi.

    I am still testing the template on my cellphone and I have another problem, if you see the picture:

    my cell phone only displays a piece of the red box text, and the department icons are not aligned.How can I fix this?. I would like that my website looks like your demo site

    thanks


    1. photo-1-1
    2. foto2
    Adam M Moderator
    #555409

    Hi @fcosta774,

    I couldn’t access your site, could you please recheck and let me know so I can take a closer look and investigate the problem for you ?

    fcosta774 Friend
    #555490

    well, I am still working on my pc as a local server. I’ll upload my website to the server next week, but there is not another way to explain me, which part of the bootstrap file I have to change or modified. Maybe you have a manual

    Thanks

    Adam M Moderator
    #555755

    Hi @fcosta774,

    Actually, If you take a look at our demo site, you will see this part looks fine so the problem might come from 3rd party extension or overridden by another CSS rule.

    For such case, I need to debug CSS in your site in order to figure out which is the cause of your problem.

    fcosta774 Friend
    #555977

    Ok

    We can check my webiste next week after I upload it to the server. Actually I have another question? How can I change the background color of the main Menu, the background color and the text of the position 6. Also, the background color and text for the footer

    thanks


    1. foto0
    2. foto1
    Adam M Moderator
    #556030

    Hi,

    Please open file root_folder/templates/ja_university_t3/css/custom.css (if you don’t have this file, just create a new one) then add appropriate code as below :

    /* to change background of main menu, add this code */
    #t3-mainnav {
    background: red; /* or any hex value you want */
    }

    /* to change the background and text color of modules in bottom block */
    .t3-bot-sl .container .module {
    color: red; /* or any hex value you want */
    background: cyan; /* or any hex value you want */
    }

    /* to change the background and text color of footer block */
    #t3-footer .copyright {
    color: red; /* or any hex value you want */
    background: cyan; /* or any hex value you want */
    }

    Save your file and recheck.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Adam M 9 years, 12 months ago.

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