Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #254655

    Please check out screen capture to see the 3 issues I’m needing CSS help on.

    1) Top Navigation – Background Color – what CSS could make this a color
    2) Top Navigation Font Color – how can I change the color of this font?
    3) Full Width Easy Slider – hair line rule – how can I remove this – it’s only on right side

    See site here: ng-sandbox.com/keystone

    See screen capture link below

    https://app.box.com/s/qlug8sai28l54eushnst

    Thanks

    #254707

    Hi Paul!

    Please add following code to Quick CSS and adjust as needed
    1-

    #header_meta { background-color: red; }

    2-

    .header_color .sub_menu>ul>li>a { color: red; }
    .phone-info span { color: blue; }

    3-

    .avia-slideshow { width: 101%; }

    Regards,
    Yigit

    #254716

    Hmmm

    this is what I put in for a quick view on changes – but the top nav background did not change:

    -#header_meta { background-color: red; }

    -.header_color .sub_menu>ul>li>a { color: black; }

    .phone-info span { color: black; }

    .avia-slideshow { width: 101%; }

    See at ng-sandbox.com/keystone

    What did I do wrong?
    ALSO _ the font color for the top nav link – what would the CSS be for that?

    Thanks as always Yigit!

    • This reply was modified 10 years ago by noble51. Reason: I messed up on the background of the top nav - I had a DOT before the #
    #254718

    `I messed up on the nav background – I included a DOT before the # sign.

    What would that right side link font color be for CSS changes?

    #254769

    Hey!

    Please fix this typos:

    Cheers!
    Josue

    #254971

    Thanks – I appreciate your help on this.

    You guys are the best!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS issues on Top Navigation’ is closed to new replies.