Moving background in memberinfo sidebar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    Moving background in memberinfo sidebar

    Hi. I would like to know if there is a way to move the lower part of the blue background to the upper part just before /after the avatar to allow the links to be seen.

    I can't change neither the color of the background nor the color of the links. They must stay in that color.

    Thanks!
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Not easily, you're better off changing the background color all together, or changing the link color.

    Why cant you just change the link color for that box?

    Comment

    • Guest

      #3
      I can't modify the color of the links there because it also changes the color of all the links of every sidebar in my forum. That's why.

      I've found a way.
      I've modified the template MEMBERINFO in this way:

      Original:
      <div id="userinfoblock" class="floatcontainer"> {vb:raw blocks.profile_picture}
      Modified:
      <div id="userinfoblock" class="floatcontainer" style="background-color:#fff"> <br>{vb:raw blocks.profile_picture}
      Now it is seen like this:



      For me it is good, but i don't know if it is the correct way.

      Thanks.
      Attached Files

      Comment

      • Replicant
        Senior Member
        • Sep 2014
        • 527

        #4
        Add to additional.css

        Code:
        [COLOR=#303942][FONT=dejavu sans mono][COLOR=#888888][COLOR=#222222]#userinfoblock[/COLOR][/COLOR] {[/FONT][/COLOR]
        background-color: #fff;
        }
        adjust and tweak as necessary.


        Comment

        Related Topics

        Collapse

        Working...