Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • TomC Moderator
    #754849

    (8) CORNER ICON:

    Within file path —> /templates/ja_directory/acm/pricing/css/style.css
    at lien 150, you should see the following:


    .pricing-table .col-featured .col-header::before {
    background: rgba(0, 0, 0, 0) url("../../../images/ico/featured-ltr.png") no-repeat scroll left top;
    content: "";
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    }

    Change the image within the “background” property to whatever image you wish.

    (You will need to create your own new image and uplaod it to the respective image file).

    TomC Moderator
    #754850

    (9) BACK TO TOP BUTTON:

    Copy/Paste the following into your custom.css file:


    #back-to-top .btn {
    background-color: #fe6945;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    }

    Modify the color code within the “background-color” property to whatever color you wish.

    If you want to modify the arrow color, you can modify the “color” property as well.

    TomC Moderator
    #754851

    (10) BOTTOM BAR:

    Copy/Paste the following into your custom.css file:


    .t3-section .ja-twitter {
    background: #fe6945 none repeat scroll 0 0;
    color: #ffffff;
    }

    Modify the color code within the “background” property to whatever color you wish.

    If you want to modify the text color, you can modify the “color” property as well.

    TomC Moderator
    #754852

    (11) FOLLOW ME BUTTON:

    Copy/Paste the following into your custom.css file:


    .t3-section .ja-twitter .follow-btn a {
    color: #ffffff;
    }

    Modify the color code within the “color” property to whatever color you wish.

    TomC Moderator
    #754853

    (12) GO BUTTON:

    Copy/Paste the following into your custom.css file:


    table.acymailing_form .subbutton {
    background-color: #fe6945;
    border-color: #fe6945;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    }

    Modify the color code within the “background-color” property to whatever color you wish.

    If you want to modify the arrow color, you can modify the “color” property as well.

    TomC Moderator
    #754854

    (13) MAIN NAV ITEM HOVER COLOR:

    Copy/Paste the following into your custom.css file:

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    }

    Modify the color code within the “background-color” property to whatever color you wish.

    vernontee Friend
    #756466

    Hello, you’ve been a great help so far, There is another colour that is causing problems,

    http://1drv.ms/1kPNv9c

    Do see that after clicking, and we rollover the previously clicked link, it becomes white, which is the same colour as my background. May i know where do i change the color for that.

    TomC Moderator
    #756479

    Video didn’t load . . . Can you provide a screenshot with pointers to your issue?

    vernontee Friend
    #758735

    Can you try this?
    http://screenpresso.com/=yyT7c

    TomC Moderator
    #758879

    <em>@vernontee 503648 wrote:</em><blockquote>Hello, you’ve been a great help so far, There is another colour that is causing problems,

    http://1drv.ms/1kPNv9c

    Do see that after clicking, and we rollover the previously clicked link, it becomes white, which is the same colour as my background. May i know where do i change the color for that.</blockquote>

    Has your issue been resolved ??

    vernontee Friend
    #758882

    No unfortunately its not… rollover is still empty.

    Ninja Lead Moderator
    #760220

    <em>@vernontee 504375 wrote:</em><blockquote>Can you try this?
    http://screenpresso.com/=yyT7c</blockquote>

    You can give me the URL here, I will help you to check this bug on your site.

    vernontee Friend
    #817252
    This reply has been marked as private.
    Ninja Lead Moderator
    #818178

    @vernontee: You can fix this bug with my solution below

    Open templates/ja_directory/css/custom.css file

    find and change

     .navbar-default .navbar-nav > li > a {
        color: #000;
    }

    to

     .navbar-default .navbar-nav > li > a {
        color: #000 !important;
    }

    Hope it helps.

Viewing 14 posts - 16 through 29 (of 29 total)

This topic contains 28 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 10 months ago.

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