-
Author
-
November 20, 2018 at 01:58 #213700
Real
ParticipantHello,
When I’m creating a group, I have a sentence at the top of the group “For you, these criterias are important or not in the other person?”
Is it possible that the text is visible for a user who want to complete his profile ?
Attachments:
You must be logged in to view attached files.November 20, 2018 at 13:23 #213750Radu
ModeratorHi,
Those are in backend where the our theme not loads any css for customizing things, the only way to style that text it’s to add the next function to wp-content/themes/sweetdate-child/functions.php
function patch_buttons_css(){
echo ““;
}
add_action( ‘admin_print_styles’, ‘patch_buttons_css’ ,90);NOTE : The child theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2018 at 16:16 #213764Real
ParticipantThe child theme is installed but not active. If I active it, the main theme will be desactivated, right… so, is it normal?
Thanks,
November 21, 2018 at 16:31 #213845Radu
ModeratorYEs
IF you notice that logo and theme settings had gone away, you will have to enable back parent theme and then to go to wp-admin -> theme options -> import/export download data file then activate child theme and import them. Then add the code to functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.

