-
Author
-
February 19, 2018 at 22:45 #189204Revo80Participant
Do we have to put a logo with size 294*108?? Why can not we put a logo with size 150*150 i.e? I could not find suitable one fits 294*108 yet.
February 20, 2018 at 17:47 #189278RaduModeratorHi,
You can add what logo you want
I’ve added to test in html source a square logo and it looks ok,
Using this css you can control the max with of the logo
COPY CODEimg#logo_img { max-width: 80px; }
Add the css to wp-admin -> theme options -> styling options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 20, 2018 at 23:40 #189313Revo80ParticipantIt worked thank you. By the way how can i control the max width of the small logo?
February 21, 2018 at 17:15 #189357RaduModeratorWhat small logo ? can you screenshot and points out ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 21, 2018 at 17:19 #189360Revo80ParticipantIt is the logo on the left hand side of the sticky menu.
February 21, 2018 at 17:22 #189365Revo80ParticipantIt is mentioned as small logo in wp admin–> sweet date–> general settings.
Example attached.Attachments:
You must be logged in to view attached files.February 21, 2018 at 18:28 #189387RaduModeratorAh, sorry, now i got it
use this css
COPY CODEnav.top-bar a.small-logo { max-width: 60px; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 21, 2018 at 19:21 #189396Revo80ParticipantIt worked thank you.
May i ask you another question?
I have linked an url into a word which is in the search form on homepage(attached). However, after linking url, the linked word became invisible 🙁 How can i make the word “kayıt olun” visible without deleting the link?Attachments:
You must be logged in to view attached files.February 22, 2018 at 15:24 #189483RaduModeratorHi,
Add this css to wp-adminn -> theme options -> Styling options -> quick css
COPY CODE.elementor-widget-profile-search a { color: red !important; }
Replace red with your desired color
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2018 at 23:38 #189608RaduModeratorYou’re welcome
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.