• Resolved huriken

    (@huriken)


    I need your help. I have a list of menus on the right sidebar that can be linked to pages. However, the link text on the sidebar menus are different from the link text on the pages. How can I make them the same?

    https://ubueng.net/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to customizer->general->custom css

    #right-sidebar .widget a { color:#cc0000; }

    replace with your own hex color

    Thread Starter huriken

    (@huriken)

    Thank you, Richie. It works perfectly. One more question, how can I underline the link sidebar text or make it bold?

    Thread Starter huriken

    (@huriken)

    I solved the problem by adding this : #right-sidebar .widget a { text-decoration:underline; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make the link texts on pages and on sidebar the same.’ is closed to new replies.