CustomizrLuvr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Remove all pages titlesPages CSS:
article.page .entry-header { display: none; }
Posts CSS:
.single #content .entry-header { display: none; }
Forum: Themes and Templates
In reply to: [Customizr] How to change font size for link on widgetanother thing you could do in Custom CSS:
footer#footer a { font-size: 300%; }
Forum: Themes and Templates
In reply to: [Customizr] How to change font size for link on widgettry it both outside, and inside the
<a>
tag.Forum: Themes and Templates
In reply to: [Customizr] How to change font size for link on widgetaround the link you can put this code:
<font size="4">ENTER LINK HERE</font>
Forum: Themes and Templates
In reply to: [Customizr] Trying to get child theme workingwhy exactly are you afraid to activate it?
i have done it 3+ times without any issues
Forum: Themes and Templates
In reply to: [Customizr] Lost password not workingHuh…
that is weird
i do not know how to fix it
hopefully someone else can help you!
Forum: Themes and Templates
In reply to: [Customizr] Lost password not workingLink?
Forum: Themes and Templates
In reply to: [Customizr] trouble with top navigationthere have been some issues with the menu after the update
Forum: Themes and Templates
In reply to: [Customizr] Problem with top menu displaying alphabeticallyhmmm
Forum: Themes and Templates
In reply to: [Customizr] Change slider height for specific post?in Custom CSS, add:
.post-id-#
before your slider height CSS. this will only change slider height for a specific post, not homepage
Example:
.post-id-85 .tc-header { height:100px!important; }
i dont know if that code will work but you need to put “post-id-#” before
to find post id # simply right click and “inspect element”
hope this helps
– – –
p.s. you can also get a plugin to tell you post IDs. simply search “post ID” plugins
Forum: Themes and Templates
In reply to: [Customizr] Center block of textthere are a couple of ways
1) Click “Edit Page” -> right side you will see “Default setting” for sidebars. Make it “2 sidebars right and left”. This will center everything.
2) around your text in HTML, add this:
<p style="text-align:center">ENTER TEXT HERE</p>
Forum: Themes and Templates
In reply to: [Customizr] Move Three Line Button and Menu to Left Sideyeah that is where CSS code goes
glad you solved
please mark topic resolved
thanks
Forum: Themes and Templates
In reply to: [Customizr] copyrightyou must paste after first section
welcome ??
Forum: Themes and Templates
In reply to: [Customizr] copyrightyou mean featured pages?
you must create 3 pages first
after you create 3 pages, select them
go to Customize! -> Content… -> Front page
Forum: Themes and Templates
In reply to: [Customizr] how to link site description toYou could try this:
? beauty@h4bs. com
Paste this into Custom CSS:
.site-description { pointer-events:none!important; }
I do not know how to create that function. At least the above will make it look better.