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ß
hallo support?
Hallo!
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 > Editor
add_filter('avf_masonry_sort_first_label','new_first_label');
function new_first_label() {
$first_item_name = "alle kategorien";
return $first_item_name;
}
Cheers!
Yigit
Hey!
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,
Yigit
great, 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?
Hey!
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,
Yigit
awesome! many thanks yigit. you made parts of my day :)
cheers