This topic has 13 replies, 4 voices, and was last updated 8 years by Radu.

  • Author
  • #101960
     remuskittles
    Participant

    Hello,

    I have a few problems with my site.

    I want the colour of the text header for the homepage to be white, but for the rest of the pages the text to be black. How can I change that?

    How do I change the text effects from the header? If I put the mouse on one of the menu items it starts to be invisible and I do not want that.

    In the product categories page:

    How do I change some of the sorting options

    How do I move the products tags under the header

     

    How do I remove the ‘Showing all x number results’

    Kind regards

    #102079
     Laura
    Moderator

    Hello, for the first issue please try adding this to style.css of child theme

    COPY CODE
    
    .home-page ul#menu-osm-menu a {
        color: black !important;
    }
    

    Could you explain a bit more the other issues?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #102083
     remuskittles
    Participant

    Buna Laura,

    Atunci cand pun click-ul pe unul dintre butoanele din meniu acestea devin invizible in cateva secunde. As dori sa scot efectul de la acest text.

    La paginile cu categoriile de produse apare optiunea de sortare. Nu as vrea sa apara sortarea in functie de popularitate si average rating. De asemenea, as dori ca product tags sa fie vizibile sub header si nu in dreapta ecranului.

    Tot la paginile cu categoriile de produse apare ‘SHOWING ALL 1 RESULTS’, respectiv numarul total de produse din categorie. Nu as dori sa apara aceasta optiune.

    Multumesc

    #102092
     remuskittles
    Participant

    De asemenea, as dori sa fie schimbata culoare textului pentru meniu de la restul paginilor si de la homepage sa fie alb.

    #102287
     remuskittles
    Participant

    Hello,
    I want to make a few updates to my website.

    Regarding the header. There is a text affect on the menu items from the header. Whenever i put the click on it, the menu item starts to disappear in a matter of seconds. How do I remove the text effect?

    Regarding the pages excluding the homepage (eg. http://ooosm.eu/blog/ ) I want the colour of the text header to be black, not white. How can I change that?

    Regarding the product categories pages (eg. http://ooosm.eu/product-category/premium/ ) I want to the following updates:
    1. Change the position of the product tags from right to under the header
    2. Hide the sentence ‘Showing all x number results’
    3. Remove the following sorting options: Sort by popularity / Sort by average rating
    Kind regards

    #102291
     Robert
    Keymaster

    Hi Remus,
    First let me thank you for buying one of our theme.
    Second, I’d kindly ask to write your questions in english since not all our members team support speak the Romanian language.

    ps: to settle as quickly as possible please be more specific in your questions and also is important to make difference between real problems, bug issue and custom work requests.

    Best regards,
    Robert

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

    Robert - Front-end developer and UI graphics enthusiast.

    #102293
     remuskittles
    Participant

    Hi Robert,

    Here are the updates that I want to make:

    Regarding the header. There is a text affect on the menu items from the header. Whenever i put the click on it, the menu item starts to disappear in a matter of seconds. How do I remove the text effect?

    Regarding the pages excluding the homepage (eg. http://ooosm.eu/blog/ ) I want the colour of the text header to be black, not white. How can I change that?

    Regarding the product categories pages (eg. http://ooosm.eu/product-category/premium/ ) I want to the following updates:
    1. Change the position of the product tags from right to under the header
    2. Hide the sentence ‘Showing all x number results’
    3. Remove the following sorting options: Sort by popularity / Sort by average rating

    Kind regards

    #102302
     Radu
    Moderator

    Hi Remus,

    Regarding the hover menu item , please use this css snippet

    COPY CODE
    
    .kleo-main-header ul li a:hover {
        color: #fff;
    }
    

    You can replace the #FFF color with your preferred color on menu item hover.

    Regarding the menu items color for entire site except homepage use this

    COPY CODE
    
    .kleo-main-header ul li a {color:#333 !important;}
    
    body.home .kleo-main-header ul li a {color:inherit !important;}
    
    

    Product Category Pages

    1. To be clear please provide a screenshot that pointing out exactly where you want to have the product tags

    2. Use this css

    COPY CODE
    
    p.woocommerce-result-count {
        display: none;
    }
    

    3. Use this css

    COPY CODE
    
    body.woocommerce select.orderby option[value=popularity] { display:none !important;}
    body.woocommerce select.orderby option[value=rating] { display:none !important;}
    
    

    NOTE : The css can be added in wp-admin -> theme options -> general options -> quick css or if you have child theme activated in wp-content/themes/kleo-child/style.css

    Cheers

    Radu

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

    Hey,

    I attached a screenshot regarding the product tags and their place.

    I added the css code regarding the sorting options and the popularity one and the rating one are still visible.

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

    Hi,

    For that you should create a custom sidebar where you will need to add that widget then in that page will need to call that sidebar.

    Please provide ftp and wp admin

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #103907
     remuskittles
    Participant
    This reply has been set as private.
    #103987
     Radu
    Moderator

    Hi,

    With that FTP login i have access nowhere ( i’m into an empty folder )

    Please review that

    Cheers

    Radu

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

    Hello Radu,

    Sorry for lateness. How can I make you an FTP login?

    #107584
     Radu
    Moderator

    See this official tutorial from cpanel.net

    https://www.cpanel.com/media/tutorials/ftpacct.htm

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?