batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Attorney] Attorney font size really smallYour bootstrap.min.css is adding a font size of 62.5% to the html element.
Looks like its being called by the “firmasite-theme-enhancer”.Forum: Themes and Templates
In reply to: [Vantage] HELP – Main content is being pushed over by somethingyour primary content area is set to 71.287% it needs to be changed in either a child theme or custom css plugin.
#primary { width: 100%; }Forum: Themes and Templates
In reply to: Child Theme for Custom ThemeIf the Adament theme is updated you will lose all the customization.
Forum: Themes and Templates
In reply to: Mystile MarginsAgain these are current settings
#footer-widgets { padding: 3.631em 0; } #footer-widgets { padding: 3.631em 0; } #footer { padding: 2.618em 0; }Forum: Themes and Templates
In reply to: Mystile MarginsThese are the current settings
#header { padding-bottom: 1.618em; } #navigation { margin-bottom: 2.618em; }Forum: Themes and Templates
In reply to: [Clean Yeti Basic] Finding this theme in the admin panelusing all 3 words caused the 209 to show as it looks for all words separately.
I just used “yeti” and got 1 return.Forum: Themes and Templates
In reply to: How to insert a logo on the header home pageGo into Appearance > Theme Options > Main Settings
You can upload a logo there.Forum: Themes and Templates
In reply to: [Duena] Change font and size of Site TitleAdd this to a custom css plugin or a child theme.
Change the size and family accordingly.#header .logo .text-logo { font-size: 110px; font-family: 'Damion', cursive; }Forum: Themes and Templates
In reply to: Pilot Fish ThemeShould probably go in ??\wp-content\themes\THEMENAME
Then the html would be
<img src="/image/IMAGENAME.JPG" />Forum: Themes and Templates
In reply to: Simple Music Blog theme? HELP!They are using “newsplus” and “simplified”.
Go into Appearance > Widgets
Take widgets from Second Front Page widget area and drag them to Main Sidebar widget area.
See if that’s what you wanted.Forum: Themes and Templates
In reply to: Add a second logo to my headerThis requires editing a core PHP file that will be overwritten if the theme is updated. For that reason you should use a child theme.
Forum: Themes and Templates
In reply to: [Customizr] It is possible to include html in the site tagline ?This requires editing a core PHP file that will be overwritten if the theme is updated. For that reason you should use a child theme.
Forum: Themes and Templates
In reply to: remove "powered by wordpress"This requires editing a core PHP file that will be overwritten if the theme is updated. For that reason you should use a child theme.
Forum: Themes and Templates
In reply to: [Customizr] How to modify my main navigation menu with CSSIf your child theme is active, it looks like it is, try adding it to the style.css under Appearance > Editor
EDIT: And add the whole block of code just to test.