Solid color background in sidepanel widgets.

Homepage Community Forums Epik Theme Support Solid color background in sidepanel widgets.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12583
    jdb
    Customer

      Can someone help me with getting the backgrounds to my sidepanel widgets to be a solid color instead of transparent.

      I am using a background image and it’s not working too well with the text colors for the categories widget and recent posts widget.

      Both making each widget background a certain color (Epik’s light blue or white would both be nice) or making the whole sidebar background one of those solid colors would be fantastic.

      Many thanks in advance.

      #12588
      Eric
      Customer

        What’s the link to your site?


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #12593
        jdb
        Customer
          This reply has been marked as private.
          #12605
          jdb
          Customer

            Is having a solid background in a sidebar widget or the entire sidebar1 itself that difficult?
            Issue can be seen here: http://triumphattrading.com/blog/

            Thank you in advance again to anyone who can help.

            #12617
            Wes
            Moderator

              @jdb You can add the following code to your .sidebar

              .sidebar {
                  background: #fff;
                  padding: 20px;
              }

              I don’t know the exact line of your css since it looks like you’re using a plugin to minify your code, so if you’re unable to find it you can just add the code above in your css.

              The background can be changed to whatever color you want. I added the padding so it will give you some space around the widgets so they aren’t on the edge.

              #12651
              jdb
              Customer

                Thank you so much for your response, Wes.

                I couldn’t find where to insert the code and I found where to turn off minify css so that I could ask again. Luckily when I revisited, it became really apparent and worked right away!

                Thank you kindly again,

                jdb

                ps – I see you and other posters refer to code lines. I’m using editor built into the “Appearance” part of the WP dashboard. It doesn’t have the numbering. Is there any other editor so I can see the line values that you and others refer to?

                #12668
                Wes
                Moderator

                  Yes if you use an external editor like Espresso or Coda (for the Mac) or Notepad++ (for PC) then you can edit files through FTP and it will show the line numbers.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.