Site logo

[Resolved] Recent Posts formatting

Home Forums Support [Resolved] Recent Posts formatting

Home Forums Support Recent Posts formatting

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #1556883
    Sourabh

    HI,

    Recent posts are visible now in sidebar widgets but its just blue text only, how to formatting them something like below –

    https://www.dropbox.com/s/vfdbuh1oopo9wz2/Recents%20posts.png?dl=0

    #1557007
    Leo
    Staff
    Customer Support

    Hi there,

    That is another WordPress widget which the theme doesn’t control.

    If you can link me to the page in question I provide some CSS to help you to get started.

    #1565881
    Sourabh

    Hi Thanks,

    Find the Reference URL below –

    https://jnews.io/citynews/

    Refer left sidebar with title “Opinion”, snapshot below –

    https://www.dropbox.com/s/5vyjk5p8gewol5r/side%20bar%20new.png?dl=0

    Regds:

    #1566295
    Leo
    Staff
    Customer Support

    Can you link me to your page in question?

    #1566613
    Sourabh

    Ok

    #1566733
    Leo
    Staff
    Customer Support

    I’m getting the This site can’t be reached error again unfortunately.

    #1566737
    Sourabh

    Its working.. recheck pls

    #1566738
    Sourabh
    #1566739
    Sourabh

    Sorry open with https not in http now

    https://venusentertainments.com

    #1567549
    David
    Staff
    Customer Support

    Hi there,

    the CSS we provided here:

    https://generatepress.com/forums/topic/how-to-make-side-bars-like-this/#post-1555083

    Can be changed to this – and it will apply to any link lists in the sidebar:

    /* Set border and link styles */
    .is-right-sidebar .widget ul li a {
        display: block;
        position: relative;
        padding: 5px 0 10px;
        border-bottom: 2px solid #000;
        color: #000;
        font-size: 15px;
    }
    /* Change link color on hover */
    .is-right-sidebar .widget li a:hover {
        color: #f00;
    }
    /* Add > symbol */
    .is-right-sidebar .widget ul li a:after {
        content: '\003E';
        float: right;
        font-weight: bold;
    }
    #1567554
    Sourabh

    do i need to remove previous CSS, or just paste above given one also along with previous one??

    #1567561
    Leo
    Staff
    Customer Support

    Looks like David mentioned that in his reply:

    the CSS we provided here:

    https://generatepress.com/forums/topic/how-to-make-side-bars-like-this/#post-1555083

    Can be changed to this – and it will apply to any link lists in the sidebar:

    #1567579
    Sourabh

    I tried it but it’s not looking good same common CSS, refer below –

    https://www.dropbox.com/s/yy7su5pzsfrpssm/Recents%20posts1.png?dl=0

    Arrow looking good in the previous sidebar where we created nav menu for categories but the same CSS not looking good for the recent posts as that small arrow type symbol we need just before post heading like below –

    https://www.dropbox.com/s/vfdbuh1oopo9wz2/Recents%20posts.png?dl=0

    Reference page ie here – https://jnews.io/citynews/

    Refer left sidebar with “Opinion”

    #1568346
    Sourabh

    Look into this please

    #1568662
    Leo
    Staff
    Customer Support

    Hey Sourabh,

    As Tom mentioned to you before, we typically only help with theme-related CSS in the forum here.

    Looks like David has given you some CSS that should help you to get started with.

    If you need any specific custom solution, please consider hiring a developer to code you what you need.

    Thanks.

Viewing 15 posts - 1 through 15 (of 23 total)
  • The topic ‘Recent Posts formatting’ is closed to new replies.