It can be done with CSS. If you want a specific suggestion, disable the right-click block you have on your site.
Hi Steve,
thank you, I have disabled the right-click if you can help me that would be great.
.filter-static .filter-content {
display: none;
}
removes the line that has the “sort by”.
To add CSS: use the “Additional CSS” option in the customizer.
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Steve,
Your a star thank you. * When I view this on a mobile there is a space between the wording and the image. Can you please help me reduce this space.
I would also like to know what the font is being used so I can change it on the home page. The wording is in Pink and ‘Award Winning Photographer’. I came across with the template and cant figure out how to change this…
Many thanks again
Nicola
@media only screen and (max-width: 1100px) {
.panama-heading {
padding-bottom: 0;
}
}
The script font is “Herr Von Muellerhoff”
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Thanks Again Steve, I have installed Chrome developer tools now. Wow , what a lot of information to take in.
Added your new code for the mobile devise
I have put this code in
/* heading-sub-title font */
.panama-heading .heading-sub-title, {font-family:’Gabriela’;}
but it isn’t working, not sure why.
many thanks in advance
Nicola
There should not be a comma after “sub-title”. Have you loaded the ‘Gabriela’ font?
Thank you, I want to use the same script as the word Feature which I think is ‘Dancing Script’
Do I need to load this?
thanks
If your theme is already using it, it should be loaded.
Hi there,
Thank you for your help yesterday.
I have managed to change the font for Award Winning Photographer but can’t seem to get my heading-sub-title font size smaller
Also,
On my blog the post-title font needs to also be changed to ‘Dancing Script’
would you be able to help me fix this please
Many thanks