Forum Replies Created
-
AuthorPosts
-
leoleoso
ParticipantI found a solution for swapping 'Search'!
This was helpful https://studiopress.community/topic/essence-pro-header-right/
But I basically used @braddalton comment:
Or, line 84 of header-functions.php, you could do something like this :
echo '<div class="header-left">'; /* get_search_form(); */ echo 'Hello World'; echo '</div>';
and on the echo, instead of plain text I used an image with a link:
echo '<a href="{LINK}" target="_blank"> <img src="{IMAGE URL}" alt="{ALT TEXT}" width="20" height="20"></a>'; echo '</div>';
I would love to know how to get rid of off-screen menu!
leoleoso
ParticipantSo literally all the changes that I have been making to justsoanty.com, to look the way it does were by editing the CSS file. Do I now need to identify all these changes and move them to the Custom CSS section?
How do I install Design Palette Pro?
leoleoso
ParticipantOh boy! That's not good. Is that why people have a child CSS file?
What solution would you recommend?leoleoso
ParticipantThank you, Walter! That worked.
This might be a very silly question (designer here learning to play with CSS) but, I ever update this theme, do I have to worry about this reverting and losing all these modifications?leoleoso
ParticipantHere is an screenshot in the mean time:
https://drive.google.com/file/d/1sXhLjbQE-RSsp6LYGVG9Y4K7D7kQpkKQ/view?usp=sharingleoleoso
ParticipantThank you! Yes 🙁 trying to figure out how to solve for it. It's happening with all the posts.
November 1, 2019 at 4:37 pm in reply to: Essence Pro: Editing the line element connecting Hero and Body section #494382leoleoso
ParticipantYou are the best! That's exacty what I wanted! thank you!
You might be able to see it here: https://justsoantsy.com/wp-content/uploads/2019/11/antsy-divider.png
November 1, 2019 at 3:34 pm in reply to: Essence Pro: Editing the line element connecting Hero and Body section #494379leoleoso
ParticipantThank you, Anita! That's exactly it! What about a PNG image? Is there a way to do that with CSS?
-
AuthorPosts