I currently use If textdesc = "" Then textdesc = "textblack" lFound.Attributes.Add("Class", textdesc)
to set the lFount color to the users selection depending on the background (different colors white black etc).
Can I use similar to set the navbar menu text the same in the <a href="about-section" see attached I currently use
class="icon-import_contacts fs" and mediaresize
.fs {
font-size: x-large !Important;
}
@media only screen and (min-device-width: 770px) {
body {
overflow: hidden !important;
}
.mediaresize {
font-size: 1.4vw !important;
}
}
@media only screen and (min-device-width: 1200px) {
body {
overflow: hidden !important;
font-size: 1.4vw !important;
font-family: Arial !important;
}
.mediaresize {
font-size: 1.4vw !important;
font-family: Arial !important;
}
}
<header class="site-navbar js-sticky-header site-navbar-target" role="banner" style="background-color: Transparent !important;">
<div class="container-fluid">
<div class="row align-items-center position-relative" style="background-color: Transparent !important;">
<div class="row-cols-12">
<nav class="site-navigation text-right ml-auto kf" role="navigation" style="background-color: Transparent;">
<ul class="site-menu main-menu js-clone-nav ml-auto d-none d-lg-inline-flex">
<li class="has-children">
<a href="#about-section" class="nav-link fs mediaresize"><em class="icon-import_contacts fs" style="margin-right: 5px;"></em>Import</a>