• Resolved uksentinel

    (@uksentinel)


    Hi Robin, Et al.

    In Forums Index Styling, I am using the option ‘Active/Visited Color’ which changes the font colour once a logged in user visits a Topic.

    What I would like to achieve is once the Topic has been viewed by a Forum member, the font / text thickness (font-weight) changes from say 400 to 300 ?

    Is that possible via some CSS code ?

    Thanks

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

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

    (@uksentinel)

    A better link to my Websites Forum page below

    https://uktechhub.com/forums/

    Plugin Author Robin W

    (@robin-w)

    so is ‘logged in user visits a Topic.’ the same as ‘Topic has been viewed by a Forum member’ ?

    Thread Starter uksentinel

    (@uksentinel)

    Apologies, Yes ‘logged in user visits a Topic’ is the same as ‘Topic has been viewed by a Forum member’.

    Trying to achieve this sort of effect for Topics that have already been read by Forum members.

    https://uktechhub.com/wp/wp-content/uploads/2024/03/Unbenannt.jpg

    Plugin Author Robin W

    (@robin-w)

    #bbpress-forums a:visited {
    font-weight: 300;
    }

    Try the above

    Thread Starter uksentinel

    (@uksentinel)

    Thank you, I disabled my LSCache and added above CSS to first the BBP Style Pack and then my Themes Additional CSS tab, both times this did not adjust font-weight, I even changed font weight to 700 and this made no difference.

    Probable my Theme as the code you offer usually works well, don’t spend any more time on this and thanks for your time as always ??

    • This reply was modified 1 year ago by uksentinel. Reason: trying a different solution
    • This reply was modified 1 year ago by uksentinel.
    Plugin Author Robin W

    (@robin-w)

    #bbpress-forums a:visited { 
    font-weight: 300 !important; 
    }

    Try this, if not, can’t really help further

    Thread Starter uksentinel

    (@uksentinel)

    Thank you and totally understand ??

    • This reply was modified 1 year ago by uksentinel.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Active/Visited Color Font Thickness’ is closed to new replies.