-
AuthorPosts
-
January 12, 2015 at 7:47 pm #378486
hallo
ich möchte auf der seite “blog” oben den hintergrund des blockes “alle” (kategorien) die farbe ändern. also nur für den block, nicht den gesamten body. wie geht das?
plus: lässt sich das “alle” auch ändern, bspw. in “alle kategorien” ?
danke und gruß
January 13, 2015 at 12:32 pm #378732hallo support?
January 13, 2015 at 12:36 pm #378733Hallo!
1- Can you please post a screenshot and show the changes you would like to make? I am not sure if i understood you correctly. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
2- Please add following code to Functions.php file in Appearance > Editoradd_filter('avf_masonry_sort_first_label','new_first_label'); function new_first_label() { $first_item_name = "alle kategorien"; return $first_item_name; }Cheers!
YigitJanuary 13, 2015 at 12:42 pm #378737This reply has been marked as private.January 13, 2015 at 12:53 pm #378740Hey!
We have German speaking moderators, if you feel more comfortable writing in German, you can do so :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab.av-masonry-sort.main_color.av-sort-yes-tax { background-color: orange; border: 1px solid red; }Regards,
YigitJanuary 13, 2015 at 1:32 pm #378750great, works like a charm. much thanks. but now (my client wants that to be red) it sort of mixes up with the font color. how can i set up the font color in that area. can i?
January 13, 2015 at 2:09 pm #378761Hey!
Please add following code to Quick CSS as well
span.inner_sort_button span, span.text-sep.avia_show_sort { color: white; } a.all_sort_button.active_sort span { color: orange; }Regards,
YigitJanuary 13, 2015 at 2:29 pm #378778awesome! many thanks yigit. you made parts of my day :)
cheers
January 13, 2015 at 2:31 pm #378783 -
AuthorPosts
- The topic ‘Farbe des Blog-"Header" ändern’ is closed to new replies.
