Hi,
I saw an answer: Hello
You can override it via a custom css file with the code below:
.t4-wrapper {background:#fff!important;}

but the problem is I can't find the t4 wrappercodes. I want a border but with different colors. Where can I find the codes to change the colors

Another addition: Where can I see the existing codes as an example to create new codes with different colors.

    bojon49
    Hi
    Kindly share the URL of the page and a screenshot of area on which you want to change the colors.
    You can add Page classes in the menu item to make a different style of each menu item.

    Hi,

    I don't want to change the menu.
    I am investigating whether yes-rights is suitable for the new site.
    On a sub domain I have installed Yes-rights:
    extra.bronvanliefde.nl

      bojon49
      Hi
      Kindly share the page URL as this looks normal for the padding of container
      For big screen u can use this code to hide it

      @media (min-width: 1920px){
      div.t4-wrapper .t4-content {
          border-width: 0px;
      }}

      Hi,
      You looked at my old site and not at the subdomain: http://extra.bronvanliefde.nl/ Your answer spans the width of the screen. This problem is known to me. The site is now almost 10 years old and is in need of an update. That's why I'm looking for a new template with Joomla 4.
      Back to my earlier question. If you look at the sent photo you will see that I want to define the different colors differently. Can you give me the code for an override to adjust the different colors to my choice.

        bojon49
        Hi
        here is code that used at the moment on your site

        div.t4-wrapper {
            background: -webkit-gradient(linear,left top,right top,from(#ea533d),color-stop(#f49a22),color-stop(#abaf27),color-stop(#50ab47),color-stop(#189a95),color-stop(#0286e6),color-stop(#306fe2),color-stop(#5061dc),to(#7a4ed3));
            background: -webkit-linear-gradient(left,#ea533d,#f49a22,#abaf27,#50ab47,#189a95,#0286e6,#306fe2,#5061dc,#7a4ed3);
            background: -o-linear-gradient(left,#ea533d,#f49a22,#abaf27,#50ab47,#189a95,#0286e6,#306fe2,#5061dc,#7a4ed3);
            background: linear-gradient(to right,#ea533d,#f49a22,#abaf27,#50ab47,#189a95,#0286e6,#306fe2,#5061dc,#7a4ed3);
            -webkit-animation: rainbow 18s ease infinite;
            animation: rainbow 18s ease infinite;
        }

        It is combination of different colors for rainbow view . Add this code in custom css and you can override the color values.

        Ninja locked the discussion.
        Write a Reply...
        You need to Login to view replies.