Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #986697

    Hi
    Go to /templates/ja_university/css/custom.css file and add below code

    .t3-header {
        background: #10151c!important;
        border-bottom: 1px solid #000000!important;}
    .navbar-default {
        background-color: #10151c!important;
        border-color: #1b212a!important;
    }

    if there is no custom.css file , kindly create it and add the code .
    Change the color codes with your color codes .

    Best Regards

    emaulidi Friend
    #986839
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #986868

    Hi
    I am sorry i missed the bottom screenshot part .
    For the footer kindly add below code in custom.css file and change the color code

    .t3-footer {
        background: #0b0b0b!important;
        border-top: 1px solid #181f28!important;
    }

    For Home menu item you are using sidebar layout
    http://prntscr.com/d7w6wx
    this is reason its using half width of the screen .
    Use no sidebar layout for the Homepage template style : http://prntscr.com/d7w7xm

    Hope it helps .

    emaulidi Friend
    #986896
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #986902

    Hi
    For news events , the module is under content mas module , that is under the component area .
    As u can see in my screenshot the template style use the default layout , that is using the half width of the container and half for sidebar .
    This is reason it using half width . If you will change the layout from template options to No sidebar , you will get full width .

    For the footer this is spotlight area .
    Add below code in custom.css file to change the full bg color

    .t3-bot-sl {
        background: #0d1116!important; }
    .t3-navhelper {
        background: #0d1116!important;
        border-bottom: 1px solid #000000!important;
        border-top: 1px solid #181f28!important;}

    This will fix all of the issue you mentioned .

    emaulidi Friend
    #986912
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #986931

    Hi
    Home menu using template style : JA_University_t3 – Home
    That use the two sidebar Mainbody . I go to file "/tpls/blocks/home.php
    Find

    <div id="t3-content" class="t3-content col-xs-12 col-md-6">

    replace it with

    <div id="t3-content" class="t3-content col-xs-12 col-md-12">

    now you can see the Module in full width : http://prntscr.com/d7xy3o

    emaulidi Friend
    #986955
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #986971

    Hi
    Will you be so Kind to open a new thread for new topics.
    It will also help others user to find the same topic .

    Best regards.

    emaulidi Friend
    #986976

    Ok thanks.

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

This topic contains 10 replies, has 2 voices, and was last updated by  emaulidi 7 years, 10 months ago.

The topic ‘template color changes and the news and events module parameter change’ is closed to new replies.