Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • ons6 Friend
    #190073

    How can I remove the black vertical separators in the footer?
    Please refer to the attachement image.


    1. blackbars
    Ninja Lead Moderator
    #503774

    You can remove black bars in the footer this way

    Create new custom.css file in templates/ja_fubix/css/ folder

    Add new script

    .t3-footnav .t3-module {
    background: none;
    }

    .t3-footnav {
    background: none;
    }

    ons6 Friend
    #504017

    Still, I can’t remove the black bar on the left of the footer-social .


    1. ons
    Ninja Lead Moderator
    #504056

    Hi ons6,

    Open templates/ja_fubix/css/custom.css file

    Add new script

    .t3-footnav {
    background: url(../images/line-bottom-white.gif) repeat-y left top transparent;
    }

    ons6 Friend
    #504139

    Thank you, but excuse me I don’t want the bar to disappear completely.
    I want it to be white instead of black.

    Ninja Lead Moderator
    #504273

    You can pm me admin access and ftp account of your site. I shall help you to check it directly on your site.

    Ninja Lead Moderator
    #504401

    With your pm account i could not right to change custom.css file of your hosting site

    1) social icons in the footer but in WHITE color

    Open templates/ja_fubix/css/custom.css file

    From


    .t3-footnav {
    background: url(../images/line-bottom-white.gif) repeat-y left top;
    }

    Change to


    .t3-footnav {
    background: url(../images/line-bottom-white.gif) 100% 0% repeat-y;
    }

    2) In mast-col position in my homepage

    Open templates/ja_fubix/css/custom.css file

    Add new script

    .jacontent h1 {
    font-size: 16px;
    line-height: 20px;
    }

    3) To color the articles diplayed for each category

    Open templates/ja_fubix/css/themes/orange/template.css file

    Find and see it

    tbg-dodgerblue, tbg-brown, tbg-royalblue, tbg-chartreuse, tbg-gold, tbg-sienna

    ons6 Friend
    #504692

    1) and 3) are ok thank you, but 2) doesn’t work with the code you gave me. I tried even with t3-content instead of jacontent but still not working.

    Ninja Lead Moderator
    #504802

    You can try with my below solution

    Open templates/ja_fubix/css/custom.css file

    Add new script


    .ja-mastcol h1 {
    font-size: 100%;
    line-height: 20px;
    }

    ons6 Friend
    #504915

    still not working :((
    can you try sthg else plz?

    ons6 Friend
    #504919

    I find it finally :cool:, here is the right code:

    <blockquote>ul.category-module li a{
    font-size: 14px;
    }</blockquote>

    Ninja Lead Moderator
    #504929

    That’s right excellent 🙂

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

This topic contains 12 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 2 months ago.

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