Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #559369

    Hi! I need help to make my website narrower, and i also want to link the logo to my domain/home instead of just domain.

    #559372

    Hey genecia!

    1- Please go to Enfold theme options > General Layout > Dimensions and change container width as needed
    2- If you would like to change logo link, please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://kriesi.at";
        return $link;
    }

    Regards,
    Yigit

    #559383

    Hey Yigit!
    General Layout > Dimensions and change container width as needed > i want to know what dimensions? I’m not familiar.

    please add following code to Functions.php file in Appearance > Editor > ok i have done, and then whats next?

    Thanks!
    Genecia

    #559411

    Hey Yigit,

    The “please add following code to Functions.php file in Appearance > Editor > ” is done. Thanks for that.

    And the “General Layout > Dimensions and change container width as needed > i want to know what dimensions? I’m not familiar.” can you advise?

    appreciated!

    #559771

    Hi,

    The dimensions of the page should be the same as you entered in the theme options, what exactly are you trying to find out?

    Best regards,
    Rikard

    #560060

    Yup, now finally i understood. Ok, next question. Masonry Gallery, I’m trying to change the font colour and the back ground colour. its not a title. its the caption, can i change that?

    I want to change it to white background (but i change it at the theme area, it affects all my pages like my pricing tables)
    Anyway for it not to be affected?

    #560384

    Hi,

    As far as I can see it’s already pink on a white background, did you manage to get it fixed? If not then please be a bit more specific on what you would like to change. A screenshot might help us understand better what you are looking to achieve, you can upload to a service like imgur.com or a public dropbox for instance and then link to it here.

    Best regards,
    Rikard

    #560539

    Yes I’ve done that on a screen cast. ;) Thank you very much

    #561013

    Hi,

    Great, not sure if you need any more help though?

    Regards,
    Rikard

    #566220

    Thanks, got it.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Dimensions of website "narrower" & make logo link to "home" instead of "domain"’ is closed to new replies.