Home Forums Support Sidebar

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1558074
    Jose

    Hi, I have added a sidebar on the page I show below. The fact is that I would like the header of the page to also be above it, is it possible?

    http://luisentr-cp505.wordpresstemporal.com/blog/

    #1558183
    David
    Staff
    Customer Support

    Hi there,

    do you want the header just above the Sidebar ?

    #1558579
    Jose

    No problem, I have solved it!

    #1559245
    David
    Staff
    Customer Support

    Glad to hear that!

    #1560134
    Jose

    Only one thing,

    I have insert a WP widget in the layout, not like a sidebar, how can I change the color of it widget?

    #1560226
    David
    Staff
    Customer Support

    Which widget do you mean ? Is this added in Elementor ?

    #1560611
    Jose

    Yes, the page is made with elementor, but the widget is from WP, not Elementor!

    #1560675
    David
    Staff
    Customer Support

    But what widget is it ?

    #1562980
    Jose
    #1563027
    Elvin
    Staff
    Customer Support

    Hi,

    You can use these selectors to style your category widget.

    /* Link color */
    selector ul li a{
        color:red;
    }
    /* "Categories" text styling */
    selector h5{
        color:blue;
    }
    /* list icon color and other non tagged text */
    selector ul{
        color:green;
    }

    Place this CSS code on the category widget’s “Custom CSS” on Advanced tab on Elementor.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.