Hi,
Is there any settings to:
1. Move “Sign In / Join” to right side of the top bar?
2. Change “Sign In / Join” to “Sign In” and add another link “Join” beside it to display another page?
3. Move “Sign In / Join” to right side of main menu, beside search icon?
4. Where’s the settings to change search popup top border and arrow color?
Hi,
1. There are a few top bar styles to choose from, each display the top bar elements differently
– https://www.screencast.com/t/1rvco7we
2. The theme Sign in/Join is a single link leading to a modal screen. There you can sign in or create an account. The functionality is exactly the one from WordPress
– https://www.screencast.com/t/1Rrl0VYSyHD
The theme simply ads some style to it with a modal window. To modify it as you want and split it in two buttons, this would require code modifications in the theme and most likely additional design. So it will not be easy.
You can also disable the theme login and use a login plugin with more advanced settings, if this is required.
3. The login is displayed only in the top bar, not in the main menu
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
The search icon can be moved to the top menu, but login cannot be moved at the moment.
4. What top border and arrow are you referring to exactly? Some more details would be helpful, or a screenshot if possible.
Thanks
Hi,
For no.4, I’m referring to this. I’ve highlighted the area in red.
https://imgur.com/a/ikGKtqO
-
This reply was modified 8 years by
etheravion.
Hi,
Please try and not reply in your own topic multiple times. This will only delay the answer on our part. It will refresh the topic date and move it to the back of the line. We answer all topics from oldest to newest, which is fair.
For that particular border there is no specific color setting. The color you set as theme accent will be used
– https://www.screencast.com/t/KG5x0VcdV
The theme accent color will be used for various elements to provide a general look.
If you don’t want to change the theme accent color just for that border, you could chnage the color with some CSS
– https://www.screencast.com/t/bRkpslWvtLz
This is the code used in the example, you can use any color you want. CSS codes can be entered in the Theme panel->Custom code, CSS section
.td-header-wrap .td-drop-down-search:before {
border-color: transparent transparent yellow transparent;
}
.td-header-wrap .td-drop-down-search:after {
background-color: yellow;
}
Thanks
Thanks. How do I change the text “Sign In / Join” at the top bar?
You just have to enable it in the theme panel, then it will appear
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Yes, I know. I mean I want to rename the wording “Sign In / Join” to only “Sign In”.
Sorry for misunderstanding, most theme strings can be changed in Theme panel->Translations
– https://www.screencast.com/t/gqpEqpZQhgv
Please consider to have a layout where ‘Sign In’ button can be located at the same row (float right) as main menu. Thanks.