• Resolved dloca

    (@dloca)


    Hi Aldo,
    I’m italian but write in english for make clear to all other people.

    First of all thank a lot for your work, it’s very useful!!

    I whish to make bold and change color to title of post,
    i read other question and already tryed with any of these:
    a.pis-title-link { color: red !important; }
    pis-title-link { color: red !important; }
    pis-title { color: red !important; }
    but no changes!

    this is my URL, post-in-sidebar is in home
    https://www.rifugiosoldanella.it/

    using WordPress 4.1.5 with theme Virtue – Premium

    Thanks

    https://www.ads-software.com/plugins/posts-in-sidebar/

Viewing 15 replies - 1 through 15 (of 24 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi @dloca
    You’re welcome!

    This is the code for you:

    a.pis-title-link { color: red; font-weight: bold; }

    You can add this line in the Custom CSS box of the widget in the admin area.

    Let me know.

    Thread Starter dloca

    (@dloca)

    No, it doesn’t work.
    I use in this page “Page Builder” plugin by SiteOrigin, maybe can be incompatible with “Post in Sidebar”?

    Dario

    Plugin Author Aldo Latino

    (@aldolat)

    Dario,
    please paste that line in the “Custom CSS” box (“Stili personalizzati” in Italian). I didn’t see this line in the HTML source.

    I just tried adding this line in the source and it works.

    Thread Starter dloca

    (@dloca)

    yes, I know where to insert it and is what I did: here’s a link to a screenshot

    Maybe some setting of “AIO WP Security & Firewall Plugin” can avoid to put this code in HTML source?

    Dario L.

    Plugin Author Aldo Latino

    (@aldolat)

    Try to temporarily disable the security plugin to see if the CSS line will appear.

    bold works but the color doen’t change….?

    Plugin Author Aldo Latino

    (@aldolat)

    @nr27
    Could you tell me the URL of your site?

    Wow! That’s SUPER quick!
    Please see https://www.nr27.nl/EGM/

    Plugin Author Aldo Latino

    (@aldolat)

    Wow! That’s SUPER quick!

    ??

    Your theme has a rules that has priority over your custom rule, so we have to better define it. Use this code:

    .et_pb_bg_layout_light .et_pb_widget li a.pis-title-link { color: #ED145B; font-weight: bold; }

    I also customized the type of red to match the wonderful red of your theme.

    Let me know.

    thank you so much aldolat; that works like a charm!
    It took me a while to find your plugin but it looks like our issue is resolved now; full post content display, YES!
    I’ll leave you a nice review.

    cheers

    @aldolat; I have 1 more question: I noticed that the custom css you provided doesn’t work in the post itself. When I click on a post in the sidebar it goes to the post itself and the sidebar there looks ‘old-style’ It has something to do with the link; as soon as I uncheck “Link the title to the post” the effect of the custom css is gone!

    Plugin Author Aldo Latino

    (@aldolat)

    @aldolat; I have 1 more question: I noticed that the custom css you provided doesn’t work in the post itself. When I click on a post in the sidebar it goes to the post itself and the sidebar there looks ‘old-style’ It has something to do with the link

    Yes, the CSS rule is a little different in the single post. Use this code instead of the previous one:

    .et_pb_widget li a.pis-title-link { color: #33729F; font-weight: bold; }

    This should target any page.

    Let me know, please.

    as soon as I uncheck “Link the title to the post” the effect of the custom css is gone!

    The code I just pasted here targets only links, so if you remove the link using that option, the CSS won’t have any effect.

    that works fine; thankyou.
    is it possible to remove the link AND have bold+color effect?
    (in case client asks…)
    ; )

    Plugin Author Aldo Latino

    (@aldolat)

    Yes. Change the previous code with this:

    .et_pb_widget li a.pis-title-link, p.pis-title { color: #33729F; font-weight: bold; }

    Try removing the link on titles and see if it works.

    Let me know, please.

    Hi!
    The effect looks fine BUT: cannot seem to remove link although “Link the title to the post” is unchecked….?!

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘change post title color and make bold’ is closed to new replies.