• Resolved thewarehousecc

    (@thewarehousecc)


    Hello,
    1. I have a static page set up with the magazine layout and a right sidebar. I have noticed the boxes have a slightly fuzzy border on the right and left sides. Is there any way to change this within the css?

    2. Can I change the color of the post date, author, categories, comments that are displayed under the title of posts?

    3. Can I set an opacity on the widget background?

    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter thewarehousecc

    (@thewarehousecc)

    EDIT: I figured out two of the questions myself…

    For correcting the border…
    .widget {
    box-shadow: 0px 0px 0px 0px
    {

    For setting opacity on the widget background…
    .widget {
    background-color: rgba(30, 30, 30, 0.8);
    {

    Still trying to figure out the color of post date, author, categories, and comments…

Viewing 1 replies (of 1 total)
  • The topic ‘A few questions…’ is closed to new replies.