Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Hello
    Thanks for the prompt and quick reply. Those lines worked like magic.

    I had not made any changes to the responsive.css, all files were installed by wordpress installer by my hosting site/company. I did install a couple of other themes to check which layout fits best, but I am not sure if those had anything to do with the error.

    All I have written is a couple of CSS lines after reading from these forums to change the color of the links in the widget section and darken up the lines in widget . This is in the “Appearance => Theme Options => Custom CSS” box.

    .widget-area .widget a {
    	color: #21759b;
    }
    #secondary .widget {
    	border: 1px solid #D0D2D5;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    }
    

    Once again, thank you very much for the reply. You guys are doing an awesome work!

Viewing 1 post (of 1 total)