Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #87152
    Ash
    Participant

    Hello,

    Could you please advise me how to style the text in a text widget that I’ve added to the header right.

    I’ve tried many options in the custom css.

    Thanks in advance

    Ash

    #87201
    Mahesh
    Keymaster

    Hi @ash,

    Please post in your site url.

    Regards,
    Mahesh

    #87219
    Ash
    Participant

    Hi Mahesh,

    Sorry, I’m unable to do that at present.

    I’m inserting some text into the right header of catch base pro. I just need advise on how to style the text.

    Thanks in advance

    Ash

    #87226
    Mahesh
    Keymaster

    Hi @ash,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
    1. This changes color for widget title text:

    .sidebar-header-right .widget_text .widget-title {
        color: #ff00ff;
    }

    2. This changes color for widget content text:

    .sidebar-header-right .widget_text .textwidget {
        color: #00ff00;
    }

    Note: I’ve just changed the text color for demo, add up you desired CSS properties.
    Let me know if any problem.

    Regards,
    Mahesh

    #87227
    Ash
    Participant

    Many thanks Mahesh,

    The problem. I was missing the .sidebar before header-right.

    Thanks for your great support, again!

    Resolved.

    Ash

    #87228
    Mahesh
    Keymaster

    @ash: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Style Header Right Text Widget’ is closed to new replies.