• Resolved dlowry

    (@dlowry)


    I would like the images in my circles to always be in color even if it is faded before hovering. Is it possible to make this happen?

Viewing 15 replies - 1 through 15 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sure, in your Custom CSS section of the dashboard, enter this;

    .hentry.no-thumbnail {
     background: #444;
    }

    If you don’t have a Custom CSS section, download and install this Custom CSS Manager plugin. That plugin should give you that section of the dashboard.

    Thread Starter dlowry

    (@dlowry)

    Thanks for your help, but I guess I should have explained that I am a TOTAL novice at this. Can you give me some more explanation about how to get to that portion of the CSS manager?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay. This is an example of what you should be seeing [screenshot] in the Custom CSS Manager section of the dashboard.

    Instead of the code in the example screenshot, copy and paste the code I recommended in there.

    Thread Starter dlowry

    (@dlowry)

    Well at least I did one thing right. I did that, but it didn’t change anything. My photo is still in grayscale until I hover over it.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    May you link the webpage with the issue?

    Thread Starter dlowry

    (@dlowry)

    https://flowersbyzachlow.com/ I am just starting the site now

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Instead of that code I recommended above, try this;

    .blog .hentry a .attachment-post-thumbnail {
     filter: grayscale(0);
     -webkit-filter: grayscale(0);
     -webkit-filter: grayscale(0);
    }

    Thread Starter dlowry

    (@dlowry)

    perfect, thank you so much. Any ideas on how to make the white part of that screen black? I believe it is a part of the header. I can change the color of the text but not the background. At least that I know of

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this;

    #page {
     background: transparent;
    }

    Thread Starter dlowry

    (@dlowry)

    Working great, now what about the header text, it still only gets bright when hovering?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add;

    #masthead {
     opacity: 1;
    }

    Thread Starter dlowry

    (@dlowry)

    Thank you so much for all of your help. I’m sure I will need more, but don’t want to be a mooch (for now) :0)

    Hi just wondering if its possible to have the circle blog posts on the front page but also to have a full blog page which will show all my blog posts on one page? I’m abit of a newbie. Is this possible?

    Many thanks

    sam ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s probably best to create your own thread to discuss that.

    Sorry haha I didn’t realize it was a reply I was posting!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Changing circles to color without hovering’ is closed to new replies.