Change default header?

5.70K viewsCore
0

How can I change the default header of the anspress user profiles? Thanks

0

create a new folder called anspress inside your active theme directory. and now copy this file

wp-content\plugins\anspress-question-answer\theme\default\user\about.php

to newly created folder.

You must keep the same directory path, like this copied file must exist like this:

YOUR_ACTIVE_THEME/anspress/user/about.php

Now you can modify this file as per your needs.

For overriding css, copy

wp-content\plugins\anspress-question-answer\theme\default\css\overrides.php

to:

YOUR_ACTIVE_THEME/anspress/css/overrides.php.

And add your own CSS styles.

awesome thanks. But what is the code for default header? Id like it to be my company logo

Oh you want to change cover. simply override wp-content\plugins\anspress-question-answer\theme\default\images\cover.jpg and small_cover.jpg

You are viewing 1 out of 2 answers, click here to view all answers.