• Resolved TC1

    (@tc1)


    Hello,

    I have been looking through the settings and have not been able to find anything regarding what I am looking for.

    Is there a way to add text to the topbar in the Virtue theme?

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • hannah

    (@hannahritner)

    Hey,
    You can do this by enabling the widget area in the topbar from Theme Options > Topbar Settings then adding a visual editor or text widget to that area from Appearance > Widgets.
    Hope that helps!

    Hannah

    Thread Starter TC1

    (@tc1)

    Thanks, that was what I was looking for.

    The text sits just a little too high and I would like it to be centered top and bottom and left to right like “Your Cart”. Is that possible?

    https://tinyurl.com/ovvlqwc

    Hey,
    You can add this css:

    .topclass .textwidget {
        padding: 7px;
    }

    Kadence Themes

    Thread Starter TC1

    (@tc1)

    Well, I added that and something happened.

    I am now receiving a parse error for line 358 of custom-css.php.

    I looked through it using CPanel and am unable to figure out what it is referring to.

    hannah

    (@hannahritner)

    That css definitely shouldn’t cause errors. Try deactivating your plugins to test if one is conflicting. Let me know if there’s no change.

    Hannah

    Thread Starter TC1

    (@tc1)

    I just renamed my plugins folder in the wp-content folder though CPanel and I am still receiving the same error.

    Parse error: syntax error, unexpected ‘}’ in /home/—–/public_html/—–.com/wp-content/themes/virtue/lib/custom-css.php on line 358

    I may have deleted some spacing between the lines in that file. Would that cause an issue?

    Thread Starter TC1

    (@tc1)

    I got it working again.

    I looked at another custom-css.php for another one of of my websites and noticed that I left a stray bracket when trying to add the CSS code.

    Thread Starter TC1

    (@tc1)

    I also forgot how to add custom CSS in Virtue.

    Just remembered that I add it through Theme Options->Advanced Settings.

    The custom CSS posted above did what I wanted it to do.

    Thanks for the help.

    hannah

    (@hannahritner)

    Sorry we didn’t make that more clear! Glad you got it working ??

    Hannah

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add Text to Topbar’ is closed to new replies.