• Resolved miltonkd7

    (@miltonkd7)


    Good evening!

    I’ve been working on trying to get a title such as “Click For More Info” that populates automatically on all created posts similar to the “Featured” text box over the posts in the link below:

    https://www.ads-software.com/themes/alizee/

    Also, the post hover icon on all of the posts is a “link.” Is there a way that I can input my own text to replace the “link” icon?

    Best,
    Milton

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello Milton,

    I’ve been working on trying to get a title such as “Click For More Info” that populates automatically on all created posts similar to the “Featured” text box over the posts

    That “Featured” tag is the post category name.

    Also, the post hover icon on all of the posts is a “link.” Is there a way that I can input my own text to replace the “link” icon?

    You can try to add this CSS code in Customize → Additional CSS section:

    .thumb-icon:before {
      content: 'Lorem Ipsum';
      font-size: 32px;
    }
    
    .thumb-icon i.fa {
      display: none;
    }

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    Hey Roman,

    The CSS code worked like a charm, brilliant edit and amazing touch to the site!

    Regarding the “Featured” tag. All of the posts on my site are separated into categories but the yellow box tag doesn’t pop up on any of them. I’m wondering if this feature is disabled on my end for some reason. But are you saying that a box of that nature which reads “Click For More Info” couldn’t be populated in some way on all posts automatically, similar to the code you gave me for the “hover image?”

    Hello Milton,

    All of the posts on my site are separated into categories but the yellow box tag doesn’t pop up on any of them.

    I’ve just checked your website once again and I do see yellow boxes now (Dorm Supplies, Course Books, etc.), so is this issue already resolved?

    But are you saying that a box of that nature which reads “Click For More Info” couldn’t be populated in some way on all posts automatically, similar to the code you gave me for the “hover image?”

    I’m not sure what you mean, can you please provide more details?

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    Hey Roman,

    Yes I was able to bring the yellow boxes back for my posts! However, the solution I’m looking for is to be able to place a sentence such as “Click For More Info” that pops up automatically somewhere on all posts when they’re created. Just how the “hover image” pops up automatically on all posts no matter who creates the post, I want a similar effect for the “Click For More Info” sentence.

    Is there a CSS code I can add to the Additional CSS section that can accomplish this or anything like that?

    Best,
    Milton

    Thread Starter miltonkd7

    (@miltonkd7)

    Even if I could just add additional css code so that the sentence pops up as a footer for each post automatically, that would be great as well!

    Hello, can you please provide some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    Thank you again for the amazing help here Roman. To help others with the same issue, what I did was create a sticky post that provides some brief instructions to users and serves as a “welcome” post.

    You are welcome Milton!

    Please feel free to ask any other questions that you might have in future.

    Kind Regards, Roman.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Post Hover Icon and Title’ is closed to new replies.