Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • sebbs Friend
    #201721

    hello … site: http://ohsni.dnsnetworks.ca/

    How do I make the red at the top if each menu item Blue AND..

    the red in the slide show…. where the title and description are to be blue as well ! thanks!!

    TomC Moderator
    #551209

    Can you do me a favor and temporarily set “Optimize CSS” to ‘No/Off” within your Template Manager–General settings?

    sebbs Friend
    #551211

    Done done done.

    TomC Moderator
    #551212

    For the top red border ont eh main nav items . . . .

    Within file path –> /templates/ja_university_t3/css/template.css
    at line 1164, you should see the following:


    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active.open > a:focus {
    background-color: #1b212a
    border-right: medium none;
    border-top: 3px solid #d42b1e
    color: #ffffff
    padding-top: 12px;
    }

    Modify the “border-top” property to the color code you wish.

    For the slideshow title description . . . .

    Within file path –> /templates/ja_university_t3/css/mod_jaslideshowlite.css
    at line 73, you will see the following:


    .ja-ss-desc {
    background: url("../images/trans-d40.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 90px;
    box-sizing: border-box;
    color: #ffffff
    left: 0;
    padding: 20px;
    position: absolute;
    width: 350px;
    z-index: 110;
    }

    As you can see, the background is actually an image. You can either create your own background image (witht he color you want), or you can simply modify with a color code – for example . . . .


    .ja-ss-desc {
    background: #000000
    bottom: 90px;
    box-sizing: border-box;
    color: #ffffff
    left: 0;
    padding: 20px;
    position: absolute;
    width: 350px;
    z-index: 110;
    }

    The example above will give you a black background … but you can change it to whatever color code you wish.

    Hope That Helps 🙂

    TomC Moderator
    #551213

    IMPORTANT NOTE:
    Don’t forget the semi-colons after the color code(s) within the CSS rule.

    For some reason, the forum software is being glitchy and deletes them – and then won’t let me edit. >:(

    sebbs Friend
    #551214

    Hey TomC… I think I did something wrong … now I cant see my menu ! Is it because they are Text Separators and I haven’t built the secondary pages yet?? http://ohsni.dnsnetworks.ca/

    <em>@TomC 447922 wrote:</em><blockquote>IMPORTANT NOTE:
    Don’t forget the semi-colons after the color code(s) within the CSS rule.

    For some reason, the forum software is being glitchy and deletes them – and then won’t let me edit. >:(</blockquote>

    sebbs Friend
    #551215

    There all there!! I’m talking about the main menu text color <em>@sebbs 447924 wrote:</em><blockquote>Hey TomC… I think I did something wrong … now I cant see my menu ! Is it because they are Text Separators and I haven’t built the secondary pages yet?? http://ohsni.dnsnetworks.ca/</blockquote>

    TomC Moderator
    #551216

    Your main nav links don’t appear active/clickable for some reason.

    Nevertheless, look for the following CSS rule within file path –> /templates/ja_university_t3/css/template.css
    (within the general vicinity of line 1164) … and modify as follows:


    .navbar-default .navbar-nav > li {
    margin-right: 1px;

    color: #fff

    }

    TomC Moderator
    #551217

    IMPORTANT NOTE:
    Don’t forget the semi-colons after the color code(s) within the CSS rule.

    For some reason, the forum software is being glitchy and deletes them – and then won’t let me edit. >:(

    sebbs Friend
    #551218

    Yes yes!!!! Now why dones’t my Contact work… are you not allowed to have 2 consecutive text separators?

    <em>@TomC 447927 wrote:</em><blockquote>Your main nav links don’t appear active/clickable for some reason.

    Nevertheless, look for the following CSS rule within file path –> /templates/ja_university_t3/css/template.css
    (within the general vicinity of line 1164) … and modify as follows:


    .navbar-default .navbar-nav > li {
    margin-right: 1px;

    color: #fff

    }
    </blockquote>

    TomC Moderator
    #551219

    To be honest, I don’t know why you would be experiencing the issues you’re dealing with.

    What is the “contact” element you mention?

    sebbs Friend
    #551221

    Main menu … hover over Patients Escorts and families …. then LARGA … then Contact … Gives me a 404 … but I’ve set it up correctly!
    <em>@TomC 447931 wrote:</em><blockquote>To be honest, I don’t know why you would be experiencing the issues you’re dealing with.

    What is the “contact” element you mention?</blockquote>

    sebbs Friend
    #551230

    Any one know whats going one with my sub menus!???

    <em>@sebbs 447937 wrote:</em><blockquote>Main menu … hover over Patients Escorts and families …. then LARGA … then Contact … Gives me a 404 … but I’ve set it up correctly!</blockquote>

    TomC Moderator
    #551234

    I’ve looked and am having a bit of difficulty identifying the issue.

    I created a Help Desk ticket to alert other Support Team members to take a look and (hopefully) provide some additional insight.

    Ninja Lead Moderator
    #551302

    @sebbs: I’m not sure what have you done on your site? You can send me the screenshot illustrating the modification you expect? I will help you to check it further.

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 3 voices, and was last updated by  sebbs 10 years ago.

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