This topic has 10 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #189204
     Revo80
    Participant

    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.

    #189278
     Radu
    Moderator

    Hi,

    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 CODE
    
    img#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 solution
    #189313
     Revo80
    Participant

    It worked thank you. By the way how can i control the max width of the small logo?

    #189357
     Radu
    Moderator

    What 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 solution
    #189360
     Revo80
    Participant

    It is the logo on the left hand side of the sticky menu.

    #189365
     Revo80
    Participant

    It is mentioned as small logo in wp admin–> sweet date–> general settings.
    Example attached.

    Attachments:
    You must be logged in to view attached files.
    #189387
     Radu
    Moderator

    Ah, sorry, now i got it

    use this css

    COPY CODE
    
    nav.top-bar a.small-logo {
        max-width: 60px;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #189396
     Revo80
    Participant

    It 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.
    #189483
     Radu
    Moderator

    Hi,

    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 solution
    #189540
     Revo80
    Participant

    done, thank you.

    #189608
     Radu
    Moderator

    You’re welcome
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?