Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3348855
Login/Register
Closed

Comments

  • Felina started the conversation

    Hey, 

    I have a couple questions regarding the login/register button in the header.

    1. I would like to change the dropdown background color of the login/register. However, it does not provide me with the option to change the background color, only the text color. Is there a way to change it? 

    2. Also, is it possible to change the shape of the user icon when users are logged out (i.e. change the user icon to a square shape instead of round) or to not show it all?

    3. Once, the user is logged in, how can I change what they see in their account settings? I don't want them to see all those social media categories under the contact info section

    Thank you!

    Attached files:  Screenshot 2023-04-14 at 9.51.12 AM.png
      Screenshot 2023-04-14 at 9.51.34 AM.png
      Screenshot 2023-04-14 at 10.00.57 AM.png
      Screenshot 2023-04-14 at 10.11.42 AM.png

  •  2,279
    PenciDesign replied

    Hi,

    1. You can change the background color by going to Appearance > Customize > Logo & Header > Colors >

    Dropdown Background Color,

    2. Unfortunately, the current version of Soledad doesn't support changing this icon. But please send me the icon link you want to change, I'll check and send you the CSS solution,

    3. All the social media listings under the user settings get from the WordPress admin dashboard, so you can't modify/customize them.

    Regards,
    PenciDesign.



  • Felina replied

    1. I changed the color there already (to white) and it's still red...

    2.  If possible, no icon and the text in a box would be great. Otherwise how it is rn is ok

    3. Ok, thank you!

  •  2,279
    PenciDesign replied

    Hi,

    1. Please go to dashboard > Header Builder > click "Edit with the Penci Header Builder", select the Menu element then change the dropdown like the screenshot below:

    MQjDOEr.png

    2. Go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pctopbar-login-btn i {
    display: none;
    }

    Regards,
    PenciDesign.



  • Felina replied

    1. As send in my first message (2nd screenshot) the login/register button doesn't provide me with the option to change the dropdown background color. Also via the appearance -> customize -> Logo & Header -> Colors option, the dropdown background doesn't change the color.... is there a custom css I could try? I wasn't able to find one by myself

    2. That worked, thank you so much!

  •  2,279
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

     .pctopbar-login-btn .pclogin-sub {
      background: #000;
     }

    Change #000 with the color you want to show.

    Regards,
    PenciDesign.



  • Felina replied

    That worked, thank you so much! I really appreciate it!