• Resolved ewingworks

    (@ewingworks)


    This is the site: http://dev.scholarsinn.com

    This theme has a icon on the small rule over the page and post title. The generic coin is yellow and generic. like on this: https://dyaddemo.wordpress.com/2015/05/19/this-is-a-sticky-post/

    That icon appears on all pages and post above the title int he center of the ruled line.

    I got the code to make it disappear and will do that if I can’t do the following:
    I would like to put a small company logo (like at the top left of the dev. page linked above) on the location of all the title icons. but am having trouble finding the code for that icon art to see if I can find a way to replace it.

    Let me know if I am not being clear. I am new to all this and trying to learn.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ewingworks

    (@ewingworks)

    @siobhan Bamber Here is the post

    Thread Starter ewingworks

    (@ewingworks)

    @siobhyb I posted the info here. Sorry i din
    t know how to let you know but here it is if this works.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, replace what you have with the following and see what you think.

    .is-singular .entry-inner::after, .error404 .entry-inner::after, .page-template-eventbrite-index .page-header::after, .single-event .entry-header::after {
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("http://i0.wp.com/dev.scholarsinn.com/wp-content/uploads/2016/08/SIB-BAKHOUSE-LOGO.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60px !important;
        width: 60px;
        border-radius: 0;
        left: 48%;
        top: -15px;
    }
    .is-singular .entry-inner::before, .error404 .entry-inner::before, .page-template-eventbrite-index .page-header::before, .single-event .entry-header::before {
        content: "";
    }

    Thread Starter ewingworks

    (@ewingworks)

    You rock beyond rocking!!!!!!!! Thank you. That is what I needed. If I want to play with the size, can I just adjust the px hight and width?

    Moderator Kathryn Presner

    (@zoonini)

    Glad sacredpath’s CSS did the trick. You can certainly experiment with the height and width to get a different size.

    I’ll mark this thread as resolved but feel free to start a new thread should you need help with anything else.

    wealthmanagementjapan

    (@wealthmanagementjapan)

    I’m a little bit late to the party but I hope somebody can help me.

    I changed the post icon successfully, but now have some strange character/symbol displaying behind my icon. Anybody have any idea how I can remove it?

    Main page here: http://www.wealthmanagement.jp

    hello,

    I need a little help here. I need the cod css for to make disappear the icon on the small rule over the page and post title.

    thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dyad Theme Yellow Icon replacement.’ is closed to new replies.