Issue with the color of Menu letters

  • Unknown's avatar

    Hi there! I have the following enquiry to do in regards to an issue in my home page. If we scroll down the page to the section “El Muelle”, we find three subtitles, but one of them is written with black letters, and the other two in a greenish o blueish color. The same for “quienes somos”. We would like to know how to customize them to black colored letters.

    Thank you,

    Soltar Cabos

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello people! I have a question in regards to one of the menu links. I have one called “Servicios”, which corresponds to “portfolio”. If you have a look, we find there that is says “proyectos”, centered in the page. We would need to change that to “Servicios”, all in capital letters and move it to the left part of the windows, as with the rest of the menu pages.

    Thank you!

    Soltar Cabos

  • Hi, Soltar Cabos.

    You can try this CSS Code.

    .loop-title {
    	visibility:hidden;
    }
    
    .loop-title:before {
    	content:"SERVICIOS";
    	visibility:visible;
    }

    Let me know if it is ok for you.

  • The topic ‘Issue with the color of Menu letters’ is closed to new replies.