+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: Help me get the correct css to change please...

  1. #11
    Quote Originally Posted by Aleksandar Apostolovski View Post
    I read your first post again and I think that if it's not my upper suggestion then you are definitely searching for these options:

    Location 1: stellarnav.css
    ----------------------------
    .stellarnav li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;

    -----------------------------------------------------
    Location 2: stellarnav.min.css

    .stellarnav li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;

    ----------------------------------------------

    Either you will want to play with the transition options or you could just simply delete the 3 last lines in the both files.
    Tell me if I'd finally understood your wish
    Thank you Aleksandar,

    This was the solution, I removed the transition from both of the css files.

    Thank you once again Aleksandar!
    Thank you - Your Welcome
    Brian

  2. #12
    Quote Originally Posted by Pete Young View Post
    Brian, if you are still having dramas also send me a link please
    Pete,

    I am still working with the navigation, but I *think* at this point I will have it under control. At least hoping for that.
    Thank you - Your Welcome
    Brian

  3. #13
    Hello,

    I told you I'd be back. But I am having a hard time trying to find an obvious style, but very exhausted right now. This would be huge help. It's the text that I thought would be in login.tpl (but it's not) but in any case I would like to style the following: I will do it, but I don't know what the template is that contains this:

    Text: Forgot your password?
    Link: Reset your password
    Text: New here?
    Link: Register for a new account

    Also, while on this same topic, and same menu, only this time the logged in menu I need help with something that also is a problem, it's new as I did change the style.

    When your logged in, the very top and inside of the menu, it looks like a border over-lapping...

    you can use: 'flynax-admin' as the login and 'support' as the password on the front-end (don't use the quotes)

    I *really* do appreciate all the help I can get at this point.
    Last edited by Brian Jester; November 21, 2018 at 12:37 AM.
    Thank you - Your Welcome
    Brian

  4. #14
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    a link ? to this / login

    Text: Forgot your password?
    Link: Reset your password
    Text: New here?
    Link: Register for a new account
    and what do you want to do with these ? change the text ?

  5. #15
    Quote Originally Posted by Pete Young View Post
    a link ? to this / login



    and what do you want to do with these ? change the text ?
    Well no, actually, I want to add a background-color to the links, I think you just gave me the idea (perhaps the question mark you provided translated to a light-bulb for me, ok, joking aside) I could technically style all the links in the stellarNav menu, but then I would still have to find the unwanted links and remove the background-color to those, my answer is just to style the links and text (just to change the text color, but the link color add a background-color to)
    Thank you - Your Welcome
    Brian

  6. #16
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    ok will show you how shortly when I get a break

  7. #17
    Quote Originally Posted by Pete Young View Post
    ok will show you how shortly when I get a break
    Ok, Thanks again Pete!
    Thank you - Your Welcome
    Brian

  8. #18
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    https://forum.flynax.com/showthread....ht=save+search

    this post shows where I added code, to add a background and size etc to some plain text link, it may help give you some ideas ? if not yell out
    Pete

  9. #19
    Quote Originally Posted by Pete Young View Post
    https://forum.flynax.com/showthread....ht=save+search

    this post shows where I added code, to add a background and size etc to some plain text link, it may help give you some ideas ? if not yell out
    Pete
    Just not having any luck today I need your assistance Pete. And fyi, I am not having the issue on how to add the background color or change the color, I am having the problem finding where the css elements are to add the style to them.
    Last edited by Brian Jester; November 21, 2018 at 02:42 AM.
    Thank you - Your Welcome
    Brian

  10. #20
    Hello Pete,

    I got it! I knew it was in the account-menu.tpl, but I just wasn't quite feeling it to get that done tonight, but now that it's done, I am putting the head to rest till tomorrow.

    Thanks again!
    Brian
    Thank you - Your Welcome
    Brian

+ Reply to Thread