chrisbabayans
Forum Replies Created
-
https://themeforest.net/item/select-landing-page-set-with-page-builder/11407624/comments
This is the solution I found and it has worked out beautifully. The developer has helped me with some questions I had too, so they’re very responsive.
Forum: Fixing WordPress
In reply to: How to remove hyphens when text-align: justify;?So to turn off the hyphens that come when a word is split between two lines in FireFox, Chrome, and Safari, I used
hyphens: none; word-break: keep-all; -moz-hyphens: none; -webkit-hyphens: none;
Forum: Fixing WordPress
In reply to: How to remove hyphens when text-align: justify;?I fixed it in FireFox with
-moz-hyphens: none;
Forum: Fixing WordPress
In reply to: Why are there differences between Safari and Chrome?Thank you.
It says novacapitalintl.com has an empty heading<h2 class="site-description"></h2>
How can I modify the HTML for my homepage?
I click edit page, and go into the text view but do not see that line.
That solved it. Thanks a bunch.
Forum: Fixing WordPress
In reply to: How can I change the color of the selected nav bar category?https://www.ads-software.com/plugins/wp-add-custom-css/
Is the plugin I am using.
I implemented the code and it works better to meet the needs of my client than what was previously there.
If the page that is open is in a submenu, it is italic. Is there any way to make this #00FF00 as well?
Forum: Fixing WordPress
In reply to: How can I change the color of the selected nav bar category?@innuvo No that did not work. I replaced the code you previously gave me with the most recent, and it removed the color.
Forum: Fixing WordPress
In reply to: How can I change the color of the selected nav bar category?Asta I tried the second code you gave and it still doesn’t work, maybe it the twenty thirteen theme or something else I have added to the CSS file.
Innuvo, this works, except all of the items in the drop down menu turn #00ff00 instead of just the selected one. Additionally, I need the font color to change to white when the mouse hovers over the menu item so the text can be read against the #00ff00 color that comes up when the mouse hovers over an item on the nav bar.
Thank you
Topic is resolved.
Thank you very much cubecolour for helping me get the site working properly.
Forum: Fixing WordPress
In reply to: How to flush text in a post left AND right?I believe this is going to make my client very happy as I’ve struggled all week with this. Thank you so much cubecolour!
I added the rule white-space: nowrap;
here:.navbar { background-color: #3366FF; margin: 0 auto; max-width: 1600; width: 100%; border: none; white-space: nowrap; outline: none; }
I’ve added white-space: normal; to the below classes and the problem persists. Are these the child menu items? Where should I add them if they are not the child menu items? The theme is twenty thirteen.
.site-header .search-form { position: absolute; right: 20px; top: 1px; white-space: normal } .site-header .search-field { background-color: transparent; background-image: url(images/search-icon.png); background-position: 5px center; background-repeat: no-repeat; background-size: 24px 24px; border: none; cursor: pointer; height: 37px; margin: 3px 0; padding: 0 0 0 34px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 0; white-space: normal } .site-header .search-field:focus { background-color: #fff; border: 2px solid #c3c0ab; cursor: text; outline: 0; width: 230px; white-space: normal }
Forum: Fixing WordPress
In reply to: How can I change the color of the selected nav bar category?I appreciate the input. It did not work.
I appreciate your help.
Why is the dropdown menu horizontal? I’m looking to make it vertical.