Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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ß

    #378732

    hallo support?

    #378733

    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

    #378737
    This reply has been marked as private.
    #378740

    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

    #378750

    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?

    #378761

    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

    #378778

    awesome! many thanks yigit. you made parts of my day :)

    cheers

    #378783

    Hi!

    You are welcome, always happy to help :) Let us know if you have any other questions or issues and have a nice day!

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Farbe des Blog-"Header" ändern’ is closed to new replies.