Цвет текста в главном меню

ЕСТЬ РЕШЕНИЕ ЗАКРЫТО InstantCMS 2.X
#1 16 апреля 2019 в 12:42
Здравствуйте. Обычно меняю цвета, тыкаю правой кнопкой мышки по нужному элементу — посмотреть код. И там уже интуитивно понимаю что и где


Нужно изменить цвет ТЕКСТА в меню, с белого на мой цвет. Всё перетыкал, не меняется… Подскажите пожалуйста, где именно в styles. css строка изменения именно текста в меню.
#2 16 апреля 2019 в 12:54
/templates/default/css/theme-layout.css,
  1.  
  2. nav .menu > li > a {
  3. display: block;
  4. padding: 0 15px;
  5. color: #FFF; // на другой #....
  6.  
в /lightnews/css/color.css
a, a.ajaxlink { color:#444}
#3 17 апреля 2019 в 06:42
Despot, у еня стоит другой шаблон, не родной. И в css только вот эти файлы


и в них нету кода

  1. nav .menu > li > a {
  2. display: block;
  3. padding: 0 15px;
  4. color: #FFF;
#4 17 апреля 2019 в 06:48
в my.css попробуйте прописать
#5 17 апреля 2019 в 06:51
#main_menu li a {color:#fff !important}
#6 17 апреля 2019 в 07:03


в my.css попробуйте прописать

Killer's dream

Нету там вообще кода…
#7 17 апреля 2019 в 07:03


#main_menu li a {color:#fff !important}

onlinespr

А в каком файле?
#8 17 апреля 2019 в 07:08

Нету там вообще кода...

@Aliaksandr
Дак не важно есть он там нету. Вы его пропишите, и он заменит тот код который уже существует. Можете адрес сайт в личку написать, подскажу.

#main_menu li a {color:#fff !important}

onlinespr
вот это добавить my.css
#9 17 апреля 2019 в 07:15
Killer's dream, получилось, цвет сменился в главном меню, в полной версии сайта. А в мобильном меню остался белый…
#10 17 апреля 2019 в 07:18
Если приписать:
  1. #main_menu li a {color:#1d1d1d !important}
меняется цвет текста в меню и подменю (подкатегории) а если прописать
  1. nav .menu > li > a {
  2. display: block;
  3. padding: 0 15px;
  4. color: #1d1d1d;
То меняется цвет главного меню, но не меняется в подменю.

В обоих случаях, не затрагивает мобильное меню.
#11 17 апреля 2019 в 07:24

попробуйте в этот же файл

Killer's dream
всё осталось ровно так же… Сменился цвет в главном меню, но не в мобильном
#12 17 апреля 2019 в 07:27
Надо смотреть что и как у вас хотя бы в консоле, а так гадать…
#13 17 апреля 2019 в 07:32


Надо смотреть что и как у вас хотя бы в консоле, а так гадать....

Killer's dream

Цвет самого меню, на пример ссылается на файл styles.css, но там 955 строк и я даже даже не знаю где примерно искать…
#14 17 апреля 2019 в 07:32
  1. html{
  2. font-size:10px;
  3. line-height: 1.15;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%;
  6. }
  7. html,
  8. body {
  9. position: relative;
  10. height: 100%;
  11. -webkit-text-size-adjust: 100%;
  12. -ms-text-size-adjust: 100%;
  13. -moz-text-size-adjust: 100%;
  14. text-size-adjust: 100%;
  15. -webkit-appearance: none;
  16. -moz-appearance: none
  17. }
  18. body {
  19. font:400 1.4rem/2rem Arial, Helvetica, sans-serif !important;
  20. margin:0;
  21. padding:0;
  22. }
  23.  
  24. ul{margin:0;padding:0}
  25. .field ul{margin: 0 20px;}
  26.  
  27. img {
  28. height: auto;
  29. max-width: 100%;
  30. }
  31.  
  32. a {
  33. -webkit-text-decoration-skip: objects
  34. }
  35.  
  36. a:active,
  37. a:hover {
  38. outline-width: 0;
  39. }
  40.  
  41. #layout, #layout header, .my_logobox, #main_menu, .my_topbar, footer, .my_columns{
  42. width:100%;
  43. height: auto;
  44. line-height: normal;
  45. padding: 0;
  46. background: transparent;
  47. float:left;
  48. }
  49.  
  50. #layout{
  51. max-width:1200px;
  52. float:none;
  53. margin:0 auto;
  54. overflow:hidden;
  55. background:#fff;
  56. -webkit-box-shadow: 0 0 5px 2px rgba(39,39,39,0.30);
  57. box-shadow: 0 0 5px 2px rgba(39,39,39,0.30);
  58. }
  59. .my_topbar{
  60. position:relative;
  61. background:#272727
  62. }
  63. .my_topbar .topbar_left{
  64. width:40%;
  65. height:50px;
  66. float:left;
  67. position:relative;
  68. padding:0;
  69. color: #fff;
  70. }
  71. .my_topbar .topbar_right.not_left_bar{width:100%}
  72. .my_topbar .topbar_right{
  73. width:60%;
  74. height:50px;
  75. float:right;
  76. text-align:right;
  77. color: #fff;
  78. }
  79. .my_logobox .my_logo a{min-height:60px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display:flex;align-items:center;}
  80. .my_logobox .my_logo a img{margin:auto 0}
  81. .my_logobox .topbar_banner{
  82. width:auto;
  83. float:right;
  84. margin:0;
  85. padding:0;
  86. position:relative
  87. }
  88. main{padding:0 15px}
  89. #main_content *,.nyroModalCont .pills-menu *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
  90. #main_content textarea,#main_content input,#main_content select,#main_content .city-input,#main_content .album-photos-wrap *,#main_content dl *,#main_content .content_list.tiled .tile,.default_avatar *,.nyroModalCont *,#main_content .is_collapse{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
  91. header .my_topbar .menu,
  92. .my_socialicons,
  93. .topbar_search_button{
  94. display:inline-block;
  95. vertical-align:middle;
  96. }
  97. header .my_topbar a{color:#fff}
  98. header .my_topbar a:hover{text-decoration:none}
  99. header .my_topbar .menu{
  100. margin:0;
  101. padding: 0;
  102. list-style:none;
  103. line-height:normal;
  104. float: none;
  105. z-index:6;
  106. height: auto;
  107. }
  108. .my_socialicons li:first-child{ padding-left:0;}
  109. .my_socialicons li:last-child,
  110. header .my_topbar .menu li:last-child{ padding-right:0;}
  111. header .my_topbar .menu > li{
  112. float:left;
  113. position:relative;
  114. line-height:normal;
  115. list-style-type:none;
  116. z-index:5;
  117. padding: 0;
  118. }
  119. header .my_topbar .menu li ul{
  120. left: 0;
  121. box-shadow: none;
  122. z-index:4;
  123. text-align: left;
  124. }
  125. header .my_topbar .menu ul li,#layout #menu_mobile.is_mm_open{
  126. background: #464646;
  127. }
  128. header .my_topbar .menu ul li a{background-image:none !important}
  129. header .my_topbar .menu > li > a{display:block;height: 50px;line-height: 50px;padding: 0 15px;border-right: 1px solid rgba(68, 68, 68, 0.33);text-transform: none;font-weight: normal;font-size: 1.4rem;background: none !important;color: #fff;}
  130. .topbar_search_button{
  131. width:50px;
  132. height:50px;
  133. color:#272727;
  134. line-height:50px;
  135. text-align:center
  136. }
  137. .topbar_search_button:focus,
  138. .topbar_search_button:hover{color:#272727;text-decoration:none}
  139. .topbar_search_button i{
  140. display:block;
  141. width:100%;
  142. font-size: 16px;
  143. line-height:48px;
  144. }
  145. .topbar_right .topbar_search{
  146. top:0;
  147. left:0;
  148. z-index:10;
  149. width:100%;
  150. height:100%;
  151. display:none;
  152. overflow:hidden;
  153. position:absolute;
  154. }
  155. .topbar_search_form{
  156. width:100%;
  157. float:left;
  158. position:relative;
  159. }
  160. .topbar_search_form fieldset{
  161. width:100%;
  162. float:left;
  163. margin:0;
  164. border:0;
  165. padding:0;
  166. position:relative;
  167. }
  168.  
  169. .topbar_search_form fieldset .form-control::-moz-placeholder{color:rgba(221, 221, 221, 0.69)}
  170. .topbar_search_form fieldset .form-control::-webkit-input-placeholder {color:rgba(221, 221, 221, 0.69);}
  171. .topbar_search_form fieldset .form-control:-ms-input-placeholder {color:rgba(221, 221, 221, 0.69);}
  172. .topbar_search_form fieldset input[type="search"]{
  173. width:100%;
  174. height:50px;
  175. border:0;
  176. font-size:1.4rem;
  177. line-height:50px;
  178. background:none;
  179. color:#fff;
  180. padding:0 60px 0 100px;
  181. -webkit-appearance: textfield;
  182. outline-offset: -2px
  183. }
  184. .topbar_search_form fieldset:after{
  185. content:'\f002';
  186. top:-8px;
  187. left:0;
  188. width:70px;
  189. height:70px;
  190. line-height:62px;
  191. color:rgba(221, 221, 221, 0.69);
  192. font-size: 70px;
  193. position:absolute;
  194. font-family:'boxedFont';
  195. }
  196. .topbar_search_close{
#15 17 апреля 2019 в 07:39
#menu_mobile li a {color:#1d1d1d !important}
Используя этот сайт, вы соглашаетесь с тем, что мы используем файлы cookie.