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.
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
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
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!
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
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?
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
Yes I’ve done that on a screen cast. ;) Thank you very much
Thanks, got it.