• Youcanlogin

    (@youcanlogin)


    Hi, I have purchased this theme but the author has gone AWAL..

    I want to remove the Sort by: can any one help me out here please

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It can be done with CSS. If you want a specific suggestion, disable the right-click block you have on your site.

    Thread Starter Youcanlogin

    (@youcanlogin)

    Hi Steve,
    thank you, I have disabled the right-click if you can help me that would be great.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .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.

    Thread Starter Youcanlogin

    (@youcanlogin)

    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

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @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.

    Thread Starter Youcanlogin

    (@youcanlogin)

    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

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    There should not be a comma after “sub-title”. Have you loaded the ‘Gabriela’ font?

    Thread Starter Youcanlogin

    (@youcanlogin)

    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

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    If your theme is already using it, it should be loaded.

    Thread Starter Youcanlogin

    (@youcanlogin)

    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

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Panama Theme’ is closed to new replies.