Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335288

    Hi there,

    I’m ussing the enfold theme in combination with the buddypress plugin.
    I have made a custom registration page but i want to remove the sidebar.

    can someone tell where to add an css code and what is the css code ( i guess it is in de sidebar.php file)

    Note I’m ussing a child theme but I already copied a sidebar.php file in the childtheme

    #335292

    Hey rira!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .registration .sidebar { display: none!important; }
    .registration .content { width: 100%!important; border: none!important; }

    Cheers!
    Yigit

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